#56C2ED

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

Shades of Malibu #56C2ED

Tints of Malibu #56C2ED

Color information

#56C2ED (or 0x56C2ED) is unknown color: approx Malibu. HEX triplet: 56, C2 and ED. RGB value is (86,194,237). Sum of RGB (Red+Green+Blue) = 86+194+237=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #56C2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C2ED is #A93D12. Grayscale: #A6A6A6. Windows color (decimal): -11091219 or 15581782. OLE color: 15581782.

HSL color Cylindrical-coordinate representation of color #56C2ED: hue angle of 197.09º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C2ED is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86194237-
CMYK0.640.1800.07
HSL197.09º80.75%63.33%-
HSV(B)197.09º63.71%92.94%-
XYZ38.4246.6887.11-
YUV166.61167.7270.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.63%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=16.63%
G=37.52%
B=45.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861942370.640.1800.07197.0980.7563.33
Hex56C2ED401207c5513f
Octal126302355100220730512177
Binary101011011000010111011011000000100100111110001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,194,237); }

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

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

 a { background-color: rgb(86,194,237); }

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

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

 span { border-color: rgb(86,194,237); }

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