#56C7E0

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

Shades of Malibu #56C7E0

Tints of Malibu #56C7E0

Color information

#56C7E0 (or 0x56C7E0) is unknown color: approx Malibu. HEX triplet: 56, C7 and E0. RGB value is (86,199,224). Sum of RGB (Red+Green+Blue) = 86+199+224=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #56C7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C7E0 is #A9381F. Grayscale: #A7A7A7. Windows color (decimal): -11089952 or 14731094. OLE color: 14731094.

HSL color Cylindrical-coordinate representation of color #56C7E0: hue angle of 190.87º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56C7E0 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86199224-
CMYK0.620.1100.12
HSL190.87º69%60.78%-
HSV(B)190.87º61.61%87.84%-
XYZ37.7248.2177.84-
YUV168.06159.5669.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.90%
GREEN value IS 199 (78.12% from 255) = 39.10%
BLUE value IS 224 (87.89% from 255) = 44.01%
R=16.90%
G=39.10%
B=44.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861992240.620.1100.12190.876960.78
Hex56C7E03EB0Cbf453d
Octal126307340761301427710575
Binary10101101100011111100000111110101101100101111111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,199,224); }

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

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

 a { background-color: rgb(86,199,224); }

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

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

 span { border-color: rgb(86,199,224); }

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