#5CB6F6

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

Shades of Malibu #5CB6F6

Tints of Malibu #5CB6F6

Color information

#5CB6F6 (or 0x5CB6F6) is unknown color: approx Malibu. HEX triplet: 5C, B6 and F6. RGB value is (92,182,246). Sum of RGB (Red+Green+Blue) = 92+182+246=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CB6F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB6F6 is #A34909. Grayscale: #A2A2A2. Windows color (decimal): -10701066 or 16168540. OLE color: 16168540.

HSL color Cylindrical-coordinate representation of color #5CB6F6: hue angle of 204.94º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CB6F6 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92182246-
CMYK0.630.2600.04
HSL204.94º89.53%66.27%-
HSV(B)204.94º62.6%96.47%-
XYZ37.7842.3993.38-
YUV162.39175.1877.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.69%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=17.69%
G=35%
B=47.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921822460.630.2600.04204.9489.5366.27
Hex5CB6F63F1A04cd5a42
Octal134266366773204315132102
Binary101110010110110111101101111111101001001100110110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,182,246); }

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

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

 a { background-color: rgb(92,182,246); }

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

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

 span { border-color: rgb(92,182,246); }

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