#56ABEA

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

Shades of Malibu #56ABEA

Tints of Malibu #56ABEA

Color information

#56ABEA (or 0x56ABEA) is unknown color: approx Malibu. HEX triplet: 56, AB and EA. RGB value is (86,171,234). Sum of RGB (Red+Green+Blue) = 86+171+234=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #56ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ABEA is #A95415. Grayscale: #989898. Windows color (decimal): -11097110 or 15379286. OLE color: 15379286.

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

Color convert

RGB86171234-
CMYK0.630.2700.08
HSL205.54º77.89%62.75%-
HSV(B)205.54º63.25%91.76%-
XYZ33.2537.0483.24-
YUV152.77173.8480.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.52%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=17.52%
G=34.83%
B=47.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861712340.630.2700.08205.5477.8962.75
Hex56ABEA3F1B08ce4e3f
Octal126253352773301031611677
Binary101011010101011111010101111111101101000110011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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