Html Css Color HEX #90AADC Polo Blue

📋 copy color: '#90AADC'

red 144 ◦ green 170 ◦ blue 220

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

Shades of Polo Blue #90AADC

Tints of Polo Blue #90AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.84%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 26.97%
G = 31.84%
B = 41.2%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90AADC (or 0x90AADC) is known color: Polo Blue. HEX triplet: 90, AA and DC. RGB value is (144,170,220). Sum of RGB (Red+Green+Blue) = 144+170+220=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #90AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AADC is #6F5523. Grayscale: #A7A7A7. Windows color (decimal): -7296292 or 14461584. OLE color: 14461584.

HSL color Cylindrical-coordinate representation of color #90AADC: hue angle of 219.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AADC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 170 220 -
CMYK 0.35 0.23 0 0.14
HSL 219.47º 0.52% 0.71% -
HSV(B) 219.47º 0.35% 0.86% -
XYZ 38.79 39.85 73.36 -
YUV 167.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 144 170 220 0.35 0.23 0 0.14 219.47 0.52 0.71
Hex 90 AA DC 23 17 0 E DB 34 47
Octal 220 252 334 43 27 0 16 333 64 107
Binary 10010000 10101010 11011100 100011 10111 0 1110 11011011 110100 1000111

Color Harmonies of #90AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AADC

Black with #90AADC

Text Example


Text Example

White with #90AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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