#5CB6EC

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

Shades of Malibu #5CB6EC

Tints of Malibu #5CB6EC

Color information

#5CB6EC (or 0x5CB6EC) is unknown color: approx Malibu. HEX triplet: 5C, B6 and EC. RGB value is (92,182,236). Sum of RGB (Red+Green+Blue) = 92+182+236=510 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.04% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CB6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB6EC is #A34913. Grayscale: #A0A0A0. Windows color (decimal): -10701076 or 15513180. OLE color: 15513180.

HSL color Cylindrical-coordinate representation of color #5CB6EC: hue angle of 202.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB6EC is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB92182236-
CMYK0.610.2300.07
HSL202.5º79.12%64.31%-
HSV(B)202.5º61.02%92.55%-
XYZ36.2841.7985.51-
YUV161.25170.1878.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.04%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 236 (92.58% from 255) = 46.27%
R=18.04%
G=35.69%
B=46.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal921822360.610.2300.07202.579.1264.31
Hex5CB6EC3D1707ca4f40
Octal134266354752707312117100
Binary101110010110110111011001111011011101111100101010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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