#5cbde2

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

Shades of Malibu #5CBDE2

Tints of Malibu #5CBDE2

Color information

#5CBDE2 (or 0x5CBDE2) is unknown color: approx Malibu. HEX triplet: 5C, BD and E2. RGB value is (92,189,226). Sum of RGB (Red+Green+Blue) = 92+189+226=507 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.15% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #5CBDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDE2 is #A3421D. Grayscale: #A3A3A3. Windows color (decimal): -10699294 or 14859612. OLE color: 14859612.

HSL color Cylindrical-coordinate representation of color #5CBDE2: hue angle of 196.57º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBDE2 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB92189226-
CMYK0.590.1600.11
HSL196.57º69.79%62.35%-
HSV(B)196.57º59.29%88.63%-
XYZ36.3444.1678.56-
YUV164.22162.8676.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.15%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 226 (88.67% from 255) = 44.58%
R=18.15%
G=37.28%
B=44.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal921892260.590.1600.11196.5769.7962.35
Hex5CBDE23B100Bc5463e
Octal134275342732001330510676
Binary101110010111101111000101110111000001011110001011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cbde2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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