#56b4ed

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

Shades of Malibu #56B4ED

Tints of Malibu #56B4ED

Color information

#56B4ED (or 0x56B4ED) is unknown color: approx Malibu. HEX triplet: 56, B4 and ED. RGB value is (86,180,237). Sum of RGB (Red+Green+Blue) = 86+180+237=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #56B4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B4ED is #A94B12. Grayscale: #9E9E9E. Windows color (decimal): -11094803 or 15578198. OLE color: 15578198.

HSL color Cylindrical-coordinate representation of color #56B4ED: hue angle of 202.65º 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 #56B4ED is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86180237-
CMYK0.640.2400.07
HSL202.65º80.75%63.33%-
HSV(B)202.65º63.71%92.94%-
XYZ35.4540.7486.12-
YUV158.39172.3676.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.10%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=17.10%
G=35.79%
B=47.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861802370.640.2400.07202.6580.7563.33
Hex56B4ED401807cb513f
Octal126264355100300731312177
Binary101011010110100111011011000000110000111110010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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