#56aee8

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

Shades of Malibu #56AEE8

Tints of Malibu #56AEE8

Color information

#56AEE8 (or 0x56AEE8) is unknown color: approx Malibu. HEX triplet: 56, AE and E8. RGB value is (86,174,232). Sum of RGB (Red+Green+Blue) = 86+174+232=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #56AEE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AEE8 is #A95117. Grayscale: #999999. Windows color (decimal): -11096344 or 15248982. OLE color: 15248982.

HSL color Cylindrical-coordinate representation of color #56AEE8: hue angle of 203.84º 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 #56AEE8 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86174232-
CMYK0.630.2500.09
HSL203.84º76.04%62.35%-
HSV(B)203.84º62.93%90.98%-
XYZ33.5438.0881.93-
YUV154.3171.8579.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.48%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=17.48%
G=35.37%
B=47.15%

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
Decimal861742320.630.2500.09203.8476.0462.35
Hex56AEE83F1909cc4c3e
Octal126256350773101131411476
Binary101011010101110111010001111111100101001110011001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56aee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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