Html Css Color HEX #90ADCD Polo Blue

📋 copy color: '#90ADCD'

red 144 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #90ADCD

Tints of Polo Blue #90ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 27.59%
G = 33.14%
B = 39.27%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90ADCD (or 0x90ADCD) is known color: Polo Blue. HEX triplet: 90, AD and CD. RGB value is (144,173,205). Sum of RGB (Red+Green+Blue) = 144+173+205=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #90ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADCD is #6F5232. Grayscale: #A7A7A7. Windows color (decimal): -7295539 or 13479312. OLE color: 13479312.

HSL color Cylindrical-coordinate representation of color #90ADCD: hue angle of 211.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90ADCD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 173 205 -
CMYK 0.30 0.16 0 0.20
HSL 211.48º 0.38% 0.68% -
HSV(B) 211.48º 0.3% 0.8% -
XYZ 37.46 40.22 63.55 -
YUV 167.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 144 173 205 0.30 0.16 0 0.20 211.48 0.38 0.68
Hex 90 AD CD 1E 10 0 14 D3 26 44
Octal 220 255 315 36 20 0 24 323 46 104
Binary 10010000 10101101 11001101 11110 10000 0 10100 11010011 100110 1000100

Color Harmonies of #90ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADCD

Black with #90ADCD

Text Example


Text Example

White with #90ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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