#56C0F6

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

Shades of Malibu #56C0F6

Tints of Malibu #56C0F6

Color information

#56C0F6 (or 0x56C0F6) is unknown color: approx Malibu. HEX triplet: 56, C0 and F6. RGB value is (86,192,246). Sum of RGB (Red+Green+Blue) = 86+192+246=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #56C0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0F6 is #A93F09. Grayscale: #A6A6A6. Windows color (decimal): -11091722 or 16171094. OLE color: 16171094.

HSL color Cylindrical-coordinate representation of color #56C0F6: hue angle of 200.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56C0F6 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86192246-
CMYK0.650.2200.04
HSL200.25º89.89%65.1%-
HSV(B)200.25º65.04%96.47%-
XYZ39.3246.3394.06-
YUV166.46172.8870.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.41%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=16.41%
G=36.64%
B=46.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861922460.650.2200.04200.2589.8965.1
Hex56C0F6411604c85a41
Octal1263003661012604310132101
Binary1010110110000001111011010000011011001001100100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,192,246); }

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

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

 a { background-color: rgb(86,192,246); }

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

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

 span { border-color: rgb(86,192,246); }

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