#56BBE9

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

Shades of Malibu #56BBE9

Tints of Malibu #56BBE9

Color information

#56BBE9 (or 0x56BBE9) is unknown color: approx Malibu. HEX triplet: 56, BB and E9. RGB value is (86,187,233). Sum of RGB (Red+Green+Blue) = 86+187+233=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #56BBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBE9 is #A94416. Grayscale: #A1A1A1. Windows color (decimal): -11093015 or 15317846. OLE color: 15317846.

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

Color convert

RGB86187233-
CMYK0.630.2000.09
HSL198.78º76.96%62.55%-
HSV(B)198.78º63.09%91.37%-
XYZ36.3243.483.55-
YUV162.05168.0473.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.00%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=17.00%
G=36.96%
B=46.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861872330.630.2000.09198.7876.9662.55
Hex56BBE93F1409c74d3f
Octal126273351772401130711577
Binary101011010111011111010011111111010001001110001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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