#56c5f2

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

Shades of Malibu #56C5F2

Tints of Malibu #56C5F2

Color information

#56C5F2 (or 0x56C5F2) is unknown color: approx Malibu. HEX triplet: 56, C5 and F2. RGB value is (86,197,242). Sum of RGB (Red+Green+Blue) = 86+197+242=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #56C5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C5F2 is #A93A0D. Grayscale: #A8A8A8. Windows color (decimal): -11090446 or 15910230. OLE color: 15910230.

HSL color Cylindrical-coordinate representation of color #56C5F2: hue angle of 197.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C5F2 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86197242-
CMYK0.640.1900.05
HSL197.31º85.71%64.31%-
HSV(B)197.31º64.46%94.9%-
XYZ39.8348.3291.23-
YUV168.94169.2368.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.38%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 242 (94.92% from 255) = 46.10%
R=16.38%
G=37.52%
B=46.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861972420.640.1900.05197.3185.7164.31
Hex56C5F2401305c55640
Octal1263053621002305305126100
Binary1010110110001011111001010000001001101011100010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56c5f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,197,242); }

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

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

 a { background-color: rgb(86,197,242); }

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

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

 span { border-color: rgb(86,197,242); }

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