Html Css Color HEX #90ADD9 Polo Blue

📋 copy color: '#90ADD9'

red 144 ◦ green 173 ◦ blue 217

#90ADD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #90ADD9

Tints of Polo Blue #90ADD9

RGB

 RED value IS 144 (56.64% from 255) = 26.97%

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 26.97%
G = 32.4%
B = 40.64%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90ADD9 (or 0x90ADD9) is known color: Polo Blue. HEX triplet: 90, AD and D9. RGB value is (144,173,217). Sum of RGB (Red+Green+Blue) = 144+173+217=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #90ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADD9 is #6F5226. Grayscale: #A9A9A9. Windows color (decimal): -7295527 or 14265744. OLE color: 14265744.

HSL color Cylindrical-coordinate representation of color #90ADD9: hue angle of 216.16º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90ADD9 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 173 217 -
CMYK 0.34 0.20 0 0.15
HSL 216.16º 0.49% 0.71% -
HSV(B) 216.16º 0.34% 0.85% -
XYZ 38.97 40.83 71.47 -
YUV 169.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 144 173 217 0.34 0.20 0 0.15 216.16 0.49 0.71
Hex 90 AD D9 22 14 0 F D8 31 47
Octal 220 255 331 42 24 0 17 330 61 107
Binary 10010000 10101101 11011001 100010 10100 0 1111 11011000 110001 1000111

Color Harmonies of #90ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADD9

Black with #90ADD9

Text Example


Text Example

White with #90ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90ADD9;
 }
 .AnyTagClassName
 {
   color: #90ADD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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