#90ABCD

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

Shades of Polo Blue #90ABCD

Tints of Polo Blue #90ABCD

Color information

#90ABCD (or 0x90ABCD) is unknown color: approx Polo Blue. HEX triplet: 90, AB and CD. RGB value is (144,171,205). Sum of RGB (Red+Green+Blue) = 144+171+205=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #90ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABCD is #6F5432. Grayscale: #A6A6A6. Windows color (decimal): -7296051 or 13478800. OLE color: 13478800.

HSL color Cylindrical-coordinate representation of color #90ABCD: hue angle of 213.44º 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 #90ABCD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144171205-
CMYK0.300.1700.20
HSL213.44º37.89%68.43%-
HSV(B)213.44º29.76%80.39%-
XYZ37.0839.4663.42-
YUV166.8149.55111.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=27.69%
G=32.88%
B=39.42%

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
Decimal1441712050.300.1700.20213.4437.8968.43
Hex90ABCD1E11014d52644
Octal220253315362102432546104
Binary1001000010101011110011011111010001010100110101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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