#5AACDD

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

Shades of Malibu #5AACDD

Tints of Malibu #5AACDD

Color information

#5AACDD (or 0x5AACDD) is unknown color: approx Malibu. HEX triplet: 5A, AC and DD. RGB value is (90,172,221). Sum of RGB (Red+Green+Blue) = 90+172+221=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACDD is #A55322. Grayscale: #989898. Windows color (decimal): -10834723 or 14527578. OLE color: 14527578.

HSL color Cylindrical-coordinate representation of color #5AACDD: hue angle of 202.44º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AACDD is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90172221-
CMYK0.590.2200.13
HSL202.44º65.83%60.98%-
HSV(B)202.44º59.28%86.67%-
XYZ32.0236.973.84-
YUV153.07166.3383.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.63%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=18.63%
G=35.61%
B=45.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901722210.590.2200.13202.4465.8360.98
Hex5AACDD3B160Dca423d
Octal132254335732601531210275
Binary101101010101100110111011110111011001101110010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AACDD; }

 p { color: rgb(90,172,221); }

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

<style>
 a { background-color: #5AACDD; }

 a { background-color: rgb(90,172,221); }

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

<style>
 span { border-color: #5AACDD; }

 span { border-color: rgb(90,172,221); }

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