#56B3E9

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

Shades of Malibu #56B3E9

Tints of Malibu #56B3E9

Color information

#56B3E9 (or 0x56B3E9) is unknown color: approx Malibu. HEX triplet: 56, B3 and E9. RGB value is (86,179,233). Sum of RGB (Red+Green+Blue) = 86+179+233=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #56B3E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B3E9 is #A94C16. Grayscale: #9D9D9D. Windows color (decimal): -11095063 or 15315798. OLE color: 15315798.

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

Color convert

RGB86179233-
CMYK0.630.2300.09
HSL202.04º76.96%62.55%-
HSV(B)202.04º63.09%91.37%-
XYZ34.6740.183-
YUV157.35170.6977.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.27%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 233 (91.41% from 255) = 46.79%
R=17.27%
G=35.94%
B=46.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861792330.630.2300.09202.0476.9662.55
Hex56B3E93F1709ca4d3f
Octal126263351772701131211577
Binary101011010110011111010011111111011101001110010101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,233); }

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

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

 a { background-color: rgb(86,179,233); }

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

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

 span { border-color: rgb(86,179,233); }

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