#56B0F6

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

Shades of Malibu #56B0F6

Tints of Malibu #56B0F6

Color information

#56B0F6 (or 0x56B0F6) is unknown color: approx Malibu. HEX triplet: 56, B0 and F6. RGB value is (86,176,246). Sum of RGB (Red+Green+Blue) = 86+176+246=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #56B0F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B0F6 is #A94F09. Grayscale: #9C9C9C. Windows color (decimal): -11095818 or 16166998. OLE color: 16166998.

HSL color Cylindrical-coordinate representation of color #56B0F6: hue angle of 206.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 #56B0F6 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86176246-
CMYK0.650.2800.04
HSL206.25º89.89%65.1%-
HSV(B)206.25º65.04%96.47%-
XYZ3639.6892.95-
YUV157.07178.1877.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.93%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=16.93%
G=34.65%
B=48.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861762460.650.2800.04206.2589.8965.1
Hex56B0F6411C04ce5a41
Octal1262603661013404316132101
Binary1010110101100001111011010000011110001001100111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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