#56B9E9

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

Shades of Malibu #56B9E9

Tints of Malibu #56B9E9

Color information

#56B9E9 (or 0x56B9E9) is unknown color: approx Malibu. HEX triplet: 56, B9 and E9. RGB value is (86,185,233). Sum of RGB (Red+Green+Blue) = 86+185+233=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #56B9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B9E9 is #A94616. Grayscale: #A0A0A0. Windows color (decimal): -11093527 or 15317334. OLE color: 15317334.

HSL color Cylindrical-coordinate representation of color #56B9E9: hue angle of 199.59º 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 #56B9E9 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86185233-
CMYK0.630.2100.09
HSL199.59º76.96%62.55%-
HSV(B)199.59º63.09%91.37%-
XYZ35.8942.5683.41-
YUV160.87168.774.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.06%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 233 (91.41% from 255) = 46.23%
R=17.06%
G=36.71%
B=46.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861852330.630.2100.09199.5976.9662.55
Hex56B9E93F1509c84d3f
Octal126271351772501131011577
Binary101011010111001111010011111111010101001110010001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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