#5CBDE9

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

Shades of Malibu #5CBDE9

Tints of Malibu #5CBDE9

Color information

#5CBDE9 (or 0x5CBDE9) is unknown color: approx Malibu. HEX triplet: 5C, BD and E9. RGB value is (92,189,233). Sum of RGB (Red+Green+Blue) = 92+189+233=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #5CBDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDE9 is #A34216. Grayscale: #A4A4A4. Windows color (decimal): -10699287 or 15318364. OLE color: 15318364.

HSL color Cylindrical-coordinate representation of color #5CBDE9: hue angle of 198.72º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBDE9 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB92189233-
CMYK0.610.1900.09
HSL198.72º76.22%63.73%-
HSV(B)198.72º60.52%91.37%-
XYZ37.3244.5583.72-
YUV165.01166.3675.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.90%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=17.90%
G=36.77%
B=45.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal921892330.610.1900.09198.7276.2263.73
Hex5CBDE93D1309c74c40
Octal1342753517523011307114100
Binary1011100101111011110100111110110011010011100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,189,233); }

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

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

 a { background-color: rgb(92,189,233); }

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

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

 span { border-color: rgb(92,189,233); }

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