Html Css Color HEX #90ADDD Polo Blue

📋 copy color: '#90ADDD'

red 144 ◦ green 173 ◦ blue 221

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

Shades of Polo Blue #90ADDD

Tints of Polo Blue #90ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 26.77%
G = 32.16%
B = 41.08%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90ADDD (or 0x90ADDD) is known color: Polo Blue. HEX triplet: 90, AD and DD. RGB value is (144,173,221). Sum of RGB (Red+Green+Blue) = 144+173+221=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #90ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADDD is #6F5222. Grayscale: #A9A9A9. Windows color (decimal): -7295523 or 14527888. OLE color: 14527888.

HSL color Cylindrical-coordinate representation of color #90ADDD: hue angle of 217.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ADDD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 173 221 -
CMYK 0.35 0.22 0 0.13
HSL 217.4º 0.53% 0.72% -
HSV(B) 217.4º 0.35% 0.87% -
XYZ 39.5 41.04 74.25 -
YUV 169.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 144 173 221 0.35 0.22 0 0.13 217.4 0.53 0.72
Hex 90 AD DD 23 16 0 D D9 35 48
Octal 220 255 335 43 26 0 15 331 65 110
Binary 10010000 10101101 11011101 100011 10110 0 1101 11011001 110101 1001000

Color Harmonies of #90ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADDD

Black with #90ADDD

Text Example


Text Example

White with #90ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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