#56aeea

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

Shades of Malibu #56AEEA

Tints of Malibu #56AEEA

Color information

#56AEEA (or 0x56AEEA) is unknown color: approx Malibu. HEX triplet: 56, AE and EA. RGB value is (86,174,234). Sum of RGB (Red+Green+Blue) = 86+174+234=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #56AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AEEA is #A95115. Grayscale: #9A9A9A. Windows color (decimal): -11096342 or 15380054. OLE color: 15380054.

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

Color convert

RGB86174234-
CMYK0.630.2600.08
HSL204.32º77.89%62.75%-
HSV(B)204.32º63.25%91.76%-
XYZ33.8338.1983.43-
YUV154.53172.8579.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.41%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=17.41%
G=35.22%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861742340.630.2600.08204.3277.8962.75
Hex56AEEA3F1A08cc4e3f
Octal126256352773201031411677
Binary101011010101110111010101111111101001000110011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56aeea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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