#90AACD

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

Shades of Polo Blue #90AACD

Tints of Polo Blue #90AACD

Color information

#90AACD (or 0x90AACD) is unknown color: approx Polo Blue. HEX triplet: 90, AA and CD. RGB value is (144,170,205). Sum of RGB (Red+Green+Blue) = 144+170+205=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #90AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AACD is #6F5532. Grayscale: #A6A6A6. Windows color (decimal): -7296307 or 13478544. OLE color: 13478544.

HSL color Cylindrical-coordinate representation of color #90AACD: hue angle of 214.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AACD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144170205-
CMYK0.300.1700.20
HSL214.43º37.89%68.43%-
HSV(B)214.43º29.76%80.39%-
XYZ36.939.0963.36-
YUV166.22149.89112.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.75%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=27.75%
G=32.76%
B=39.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441702050.300.1700.20214.4337.8968.43
Hex90AACD1E11014d62644
Octal220252315362102432646104
Binary1001000010101010110011011111010001010100110101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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