#56C4DC

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

Shades of Malibu #56C4DC

Tints of Malibu #56C4DC

Color information

#56C4DC (or 0x56C4DC) is unknown color: approx Malibu. HEX triplet: 56, C4 and DC. RGB value is (86,196,220). Sum of RGB (Red+Green+Blue) = 86+196+220=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #56C4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C4DC is #A93B23. Grayscale: #A5A5A5. Windows color (decimal): -11090724 or 14468182. OLE color: 14468182.

HSL color Cylindrical-coordinate representation of color #56C4DC: hue angle of 190.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56C4DC is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86196220-
CMYK0.610.1100.14
HSL190.75º65.69%60%-
HSV(B)190.75º60.91%86.27%-
XYZ36.546.6374.79-
YUV165.85158.5671.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.13%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=17.13%
G=39.04%
B=43.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861962200.610.1100.14190.7565.6960
Hex56C4DC3DB0Ebf423c
Octal126304334751301627710274
Binary10101101100010011011100111101101101110101111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,196,220); }

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

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

 a { background-color: rgb(86,196,220); }

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

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

 span { border-color: rgb(86,196,220); }

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