#5CB3E8

Color #5CB3E8 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5CB3E8

Tints of Malibu #5CB3E8

Color information

#5CB3E8 (or 0x5CB3E8) is unknown color: approx Malibu. HEX triplet: 5C, B3 and E8. RGB value is (92,179,232). Sum of RGB (Red+Green+Blue) = 92+179+232=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #5CB3E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB3E8 is #A34C17. Grayscale: #9E9E9E. Windows color (decimal): -10701848 or 15250268. OLE color: 15250268.

HSL color Cylindrical-coordinate representation of color #5CB3E8: hue angle of 202.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CB3E8 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB92179232-
CMYK0.600.2300.09
HSL202.71º75.27%63.53%-
HSV(B)202.71º60.34%90.98%-
XYZ35.140.3482.28-
YUV159.03169.1880.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 18.29%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 232 (91.02% from 255) = 46.12%
R=18.29%
G=35.59%
B=46.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal921792320.600.2300.09202.7175.2763.53
Hex5CB3E83C1709cb4b40
Octal1342633507427011313113100
Binary1011100101100111110100011110010111010011100101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB3E8; }

 p { color: rgb(92,179,232); }

 H1.HeaderClassName
 {
   color: #5CB3E8;
 }
 .AnyTagClassName
 {
   color: #5CB3E8;
 }
</style>
background-color css

<style>
 a { background-color: #5CB3E8; }

 a { background-color: rgb(92,179,232); }

 div.DivClassName
 {
   background-color: #5CB3E8;
 }
 .BgClassName
 {
   background-color: #5CB3E8;
 }
</style>
border-color css

<style>
 span { border-color: #5CB3E8; }

 span { border-color: rgb(92,179,232); }

 td.TdClassName
 {
   border-color: #5CB3E8;
 }
 .TagClassName
 {
   border-color: #5CB3E8;
 }
</style>