#56ade8

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

Shades of Malibu #56ADE8

Tints of Malibu #56ADE8

Color information

#56ADE8 (or 0x56ADE8) is unknown color: approx Malibu. HEX triplet: 56, AD and E8. RGB value is (86,173,232). Sum of RGB (Red+Green+Blue) = 86+173+232=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #56ADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADE8 is #A95217. Grayscale: #999999. Windows color (decimal): -11096600 or 15248726. OLE color: 15248726.

HSL color Cylindrical-coordinate representation of color #56ADE8: hue angle of 204.25º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56ADE8 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86173232-
CMYK0.630.2500.09
HSL204.25º76.04%62.35%-
HSV(B)204.25º62.93%90.98%-
XYZ33.3537.6981.86-
YUV153.71172.1879.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.52%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=17.52%
G=35.23%
B=47.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861732320.630.2500.09204.2576.0462.35
Hex56ADE83F1909cc4c3e
Octal126255350773101131411476
Binary101011010101101111010001111111100101001110011001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ade8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,173,232); }

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

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

 a { background-color: rgb(86,173,232); }

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

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

 span { border-color: rgb(86,173,232); }

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