Html Css Color HEX #90ADDE Polo Blue

📋 copy color: '#90ADDE'

red 144 ◦ green 173 ◦ blue 222

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

Shades of Polo Blue #90ADDE

Tints of Polo Blue #90ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 26.72%
G = 32.1%
B = 41.19%

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

#90ADDE (or 0x90ADDE) is known color: Polo Blue. HEX triplet: 90, AD and DE. RGB value is (144,173,222). Sum of RGB (Red+Green+Blue) = 144+173+222=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #90ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADDE is #6F5221. Grayscale: #A9A9A9. Windows color (decimal): -7295522 or 14593424. OLE color: 14593424.

HSL color Cylindrical-coordinate representation of color #90ADDE: hue angle of 217.69º degrees, saturation: 0.54, 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 #90ADDE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 173 222 -
CMYK 0.35 0.22 0 0.13
HSL 217.69º 0.54% 0.72% -
HSV(B) 217.69º 0.35% 0.87% -
XYZ 39.63 41.09 74.95 -
YUV 169.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 144 173 222 0.35 0.22 0 0.13 217.69 0.54 0.72
Hex 90 AD DE 23 16 0 D DA 36 48
Octal 220 255 336 43 26 0 15 332 66 110
Binary 10010000 10101101 11011110 100011 10110 0 1101 11011010 110110 1001000

Color Harmonies of #90ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADDE

Black with #90ADDE

Text Example


Text Example

White with #90ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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