#5CBBDE

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

Shades of Malibu #5CBBDE

Tints of Malibu #5CBBDE

Color information

#5CBBDE (or 0x5CBBDE) is unknown color: approx Malibu. HEX triplet: 5C, BB and DE. RGB value is (92,187,222). Sum of RGB (Red+Green+Blue) = 92+187+222=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CBBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBDE is #A34421. Grayscale: #A2A2A2. Windows color (decimal): -10699810 or 14596956. OLE color: 14596956.

HSL color Cylindrical-coordinate representation of color #5CBBDE: hue angle of 196.15º 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 #5CBBDE is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92187222-
CMYK0.590.1600.13
HSL196.15º66.33%61.57%-
HSV(B)196.15º58.56%87.06%-
XYZ35.3743.0975.56-
YUV162.58161.5377.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.36%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=18.36%
G=37.33%
B=44.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921872220.590.1600.13196.1566.3361.57
Hex5CBBDE3B100Dc4423e
Octal134273336732001530410276
Binary101110010111011110111101110111000001101110001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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