#56C0EA

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

Shades of Malibu #56C0EA

Tints of Malibu #56C0EA

Color information

#56C0EA (or 0x56C0EA) is unknown color: approx Malibu. HEX triplet: 56, C0 and EA. RGB value is (86,192,234). Sum of RGB (Red+Green+Blue) = 86+192+234=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #56C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0EA is #A93F15. Grayscale: #A4A4A4. Windows color (decimal): -11091734 or 15384662. OLE color: 15384662.

HSL color Cylindrical-coordinate representation of color #56C0EA: hue angle of 197.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C0EA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86192234-
CMYK0.630.1800.08
HSL197.03º77.89%62.75%-
HSV(B)197.03º63.25%91.76%-
XYZ37.5445.6284.67-
YUV165.09166.8871.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.80%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=16.80%
G=37.5%
B=45.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861922340.630.1800.08197.0377.8962.75
Hex56C0EA3F1208c54e3f
Octal126300352772201030511677
Binary101011011000000111010101111111001001000110001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,192,234); }

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

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

 a { background-color: rgb(86,192,234); }

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

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

 span { border-color: rgb(86,192,234); }

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