#56B6E8

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

Shades of Malibu #56B6E8

Tints of Malibu #56B6E8

Color information

#56B6E8 (or 0x56B6E8) is unknown color: approx Malibu. HEX triplet: 56, B6 and E8. RGB value is (86,182,232). Sum of RGB (Red+Green+Blue) = 86+182+232=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #56B6E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B6E8 is #A94917. Grayscale: #9E9E9E. Windows color (decimal): -11094296 or 15251030. OLE color: 15251030.

HSL color Cylindrical-coordinate representation of color #56B6E8: hue angle of 200.55º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56B6E8 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86182232-
CMYK0.630.2200.09
HSL200.55º76.04%62.35%-
HSV(B)200.55º62.93%90.98%-
XYZ35.1341.2682.46-
YUV159169.275.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.2%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 232 (91.02% from 255) = 46.4%
R=17.2%
G=36.4%
B=46.4%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861822320.630.2200.09200.5576.0462.35
Hex56B6E83F1609c94c3e
Octal126266350772601131111476
Binary101011010110110111010001111111011001001110010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B6E8; }

 p { color: rgb(86,182,232); }

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

<style>
 a { background-color: #56B6E8; }

 a { background-color: rgb(86,182,232); }

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

<style>
 span { border-color: #56B6E8; }

 span { border-color: rgb(86,182,232); }

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