#56C2EB

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

Shades of Malibu #56C2EB

Tints of Malibu #56C2EB

Color information

#56C2EB (or 0x56C2EB) is unknown color: approx Malibu. HEX triplet: 56, C2 and EB. RGB value is (86,194,235). Sum of RGB (Red+Green+Blue) = 86+194+235=515 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.70% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #56C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C2EB is #A93D14. Grayscale: #A6A6A6. Windows color (decimal): -11091221 or 15450710. OLE color: 15450710.

HSL color Cylindrical-coordinate representation of color #56C2EB: hue angle of 196.51º degrees, saturation: 0.79, 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 #56C2EB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86194235-
CMYK0.630.1700.08
HSL196.51º78.84%62.94%-
HSV(B)196.51º63.4%92.16%-
XYZ38.1246.5685.57-
YUV166.38166.7270.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.70%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=16.70%
G=37.67%
B=45.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861942350.630.1700.08196.5178.8462.94
Hex56C2EB3F1108c54f3f
Octal126302353772101030511777
Binary101011011000010111010111111111000101000110001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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