#90AADD

Color #90AADD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #90AADD

Tints of Polo Blue #90AADD

Color information

#90AADD (or 0x90AADD) is unknown color: approx Polo Blue. HEX triplet: 90, AA and DD. RGB value is (144,170,221). Sum of RGB (Red+Green+Blue) = 144+170+221=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #90AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AADD is #6F5522. Grayscale: #A7A7A7. Windows color (decimal): -7296291 or 14527120. OLE color: 14527120.

HSL color Cylindrical-coordinate representation of color #90AADD: hue angle of 219.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AADD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144170221-
CMYK0.350.2300.13
HSL219.74º53.1%71.57%-
HSV(B)219.74º34.84%86.67%-
XYZ38.9339.974.06-
YUV168.04157.89110.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=26.92%
G=31.78%
B=41.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441702210.350.2300.13219.7453.171.57
Hex90AADD23170Ddc3548
Octal220252335432701533465110
Binary1001000010101010110111011000111011101101110111001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AADD; }

 p { color: rgb(144,170,221); }

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

<style>
 a { background-color: #90AADD; }

 a { background-color: rgb(144,170,221); }

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

<style>
 span { border-color: #90AADD; }

 span { border-color: rgb(144,170,221); }

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