#56BBD9

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

Shades of Malibu #56BBD9

Tints of Malibu #56BBD9

Color information

#56BBD9 (or 0x56BBD9) is unknown color: approx Malibu. HEX triplet: 56, BB and D9. RGB value is (86,187,217). Sum of RGB (Red+Green+Blue) = 86+187+217=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #56BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBD9 is #A94426. Grayscale: #A0A0A0. Windows color (decimal): -11093031 or 14269270. OLE color: 14269270.

HSL color Cylindrical-coordinate representation of color #56BBD9: hue angle of 193.74º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56BBD9 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86187217-
CMYK0.600.1400.15
HSL193.74º63.29%59.41%-
HSV(B)193.74º60.37%85.1%-
XYZ34.1342.5372.06-
YUV160.22160.0475.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.55%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=17.55%
G=38.16%
B=44.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861872170.600.1400.15193.7463.2959.41
Hex56BBD93CE0Fc23f3b
Octal12627333174160173027773
Binary1010110101110111101100111110011100111111000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,187,217); }

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

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

 a { background-color: rgb(86,187,217); }

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

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

 span { border-color: rgb(86,187,217); }

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