#56ACE9

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

Shades of Malibu #56ACE9

Tints of Malibu #56ACE9

Color information

#56ACE9 (or 0x56ACE9) is unknown color: approx Malibu. HEX triplet: 56, AC and E9. RGB value is (86,172,233). Sum of RGB (Red+Green+Blue) = 86+172+233=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #56ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ACE9 is #A95316. Grayscale: #989898. Windows color (decimal): -11096855 or 15314006. OLE color: 15314006.

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

Color convert

RGB86172233-
CMYK0.630.2600.09
HSL204.9º76.96%62.55%-
HSV(B)204.9º63.09%91.37%-
XYZ33.337.3782.55-
YUV153.24173.0180.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.52%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=17.52%
G=35.03%
B=47.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861722330.630.2600.09204.976.9662.55
Hex56ACE93F1A09cd4d3f
Octal126254351773201131511577
Binary101011010101100111010011111111101001001110011011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,172,233); }

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

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

 a { background-color: rgb(86,172,233); }

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

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

 span { border-color: rgb(86,172,233); }

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