#90ADCC

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

Shades of Polo Blue #90ADCC

Tints of Polo Blue #90ADCC

Color information

#90ADCC (or 0x90ADCC) is unknown color: approx Polo Blue. HEX triplet: 90, AD and CC. RGB value is (144,173,204). Sum of RGB (Red+Green+Blue) = 144+173+204=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #90ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADCC is #6F5233. Grayscale: #A7A7A7. Windows color (decimal): -7295540 or 13413776. OLE color: 13413776.

HSL color Cylindrical-coordinate representation of color #90ADCC: hue angle of 211º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ADCC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144173204-
CMYK0.290.1500.2
HSL211º37.04%68.24%-
HSV(B)211º29.41%80%-
XYZ37.3440.1862.91-
YUV167.86148.39110.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=27.64%
G=33.21%
B=39.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441732040.290.1500.221137.0468.24
Hex90ADCC1DF014d32544
Octal220255314351702432345104
Binary100100001010110111001100111011111010100110100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,204); }

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

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

 a { background-color: rgb(144,173,204); }

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

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

 span { border-color: rgb(144,173,204); }

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