Html Css Color HEX #90A2CD Polo Blue

📋 copy color: '#90A2CD'

red 144 ◦ green 162 ◦ blue 205

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

Shades of Polo Blue #90A2CD

Tints of Polo Blue #90A2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

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

R = 28.18%
G = 31.7%
B = 40.12%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90A2CD (or 0x90A2CD) is known color: Polo Blue. HEX triplet: 90, A2 and CD. RGB value is (144,162,205). Sum of RGB (Red+Green+Blue) = 144+162+205=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #90A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2CD is #6F5D32. Grayscale: #A1A1A1. Windows color (decimal): -7298355 or 13476496. OLE color: 13476496.

HSL color Cylindrical-coordinate representation of color #90A2CD: hue angle of 222.3º 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 #90A2CD is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 162 205 -
CMYK 0.30 0.21 0 0.20
HSL 222.3º 0.38% 0.68% -
HSV(B) 222.3º 0.3% 0.8% -
XYZ 35.44 36.18 62.87 -
YUV 161.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 144 162 205 0.30 0.21 0 0.20 222.3 0.38 0.68
Hex 90 A2 CD 1E 15 0 14 DE 26 44
Octal 220 242 315 36 25 0 24 336 46 104
Binary 10010000 10100010 11001101 11110 10101 0 10100 11011110 100110 1000100

Color Harmonies of #90A2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A2CD

Black with #90A2CD

Text Example


Text Example

White with #90A2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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