#56cae7

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

Shades of Malibu #56CAE7

Tints of Malibu #56CAE7

Color information

#56CAE7 (or 0x56CAE7) is unknown color: approx Malibu. HEX triplet: 56, CA and E7. RGB value is (86,202,231). Sum of RGB (Red+Green+Blue) = 86+202+231=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #56CAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CAE7 is #A93518. Grayscale: #AAAAAA. Windows color (decimal): -11089177 or 15190614. OLE color: 15190614.

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

Color convert

RGB86202231-
CMYK0.630.1300.09
HSL192º75.13%62.16%-
HSV(B)192º62.77%90.59%-
XYZ39.3849.9983.17-
YUV170.62162.0767.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.57%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=16.57%
G=38.92%
B=44.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862022310.630.1300.0919275.1362.16
Hex56CAE73FD09c04b3e
Octal126312347771501130011376
Binary10101101100101011100111111111110101001110000001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56cae7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,202,231); }

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

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

 a { background-color: rgb(86,202,231); }

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

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

 span { border-color: rgb(86,202,231); }

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