#56C4DA

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

Shades of Malibu #56C4DA

Tints of Malibu #56C4DA

Color information

#56C4DA (or 0x56C4DA) is unknown color: approx Malibu. HEX triplet: 56, C4 and DA. RGB value is (86,196,218). Sum of RGB (Red+Green+Blue) = 86+196+218=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #56C4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C4DA is #A93B25. Grayscale: #A5A5A5. Windows color (decimal): -11090726 or 14337110. OLE color: 14337110.

HSL color Cylindrical-coordinate representation of color #56C4DA: hue angle of 190º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56C4DA is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86196218-
CMYK0.610.1000.15
HSL190º64.08%59.61%-
HSV(B)190º60.55%85.49%-
XYZ36.2346.5273.4-
YUV165.62157.5671.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.2%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=17.2%
G=39.2%
B=43.6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861962180.610.1000.1519064.0859.61
Hex56C4DA3DA0Fbe403c
Octal126304332751201727610074
Binary10101101100010011011010111101101001111101111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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