#5CB3DE

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

Shades of Malibu #5CB3DE

Tints of Malibu #5CB3DE

Color information

#5CB3DE (or 0x5CB3DE) is unknown color: approx Malibu. HEX triplet: 5C, B3 and DE. RGB value is (92,179,222). Sum of RGB (Red+Green+Blue) = 92+179+222=493 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.66% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CB3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB3DE is #A34C21. Grayscale: #9D9D9D. Windows color (decimal): -10701858 or 14594908. OLE color: 14594908.

HSL color Cylindrical-coordinate representation of color #5CB3DE: hue angle of 199.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CB3DE is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92179222-
CMYK0.590.1900.13
HSL199.85º66.33%61.57%-
HSV(B)199.85º58.56%87.06%-
XYZ33.7239.7975.01-
YUV157.89164.1881-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.66%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=18.66%
G=36.31%
B=45.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921792220.590.1900.13199.8566.3361.57
Hex5CB3DE3B130Dc8423e
Octal134263336732301531010276
Binary101110010110011110111101110111001101101110010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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