Html Css Color HEX #90A1CD Polo Blue

📋 copy color: '#90A1CD'

red 144 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #90A1CD

Tints of Polo Blue #90A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.57%

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

R = 28.24%
G = 31.57%
B = 40.2%

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

#90A1CD (or 0x90A1CD) is known color: Polo Blue. HEX triplet: 90, A1 and CD. RGB value is (144,161,205). Sum of RGB (Red+Green+Blue) = 144+161+205=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #90A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A1CD is #6F5E32. Grayscale: #A0A0A0. Windows color (decimal): -7298611 or 13476240. OLE color: 13476240.

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

Color convert

RGB 144 161 205 -
CMYK 0.30 0.21 0 0.20
HSL 223.28º 0.38% 0.68% -
HSV(B) 223.28º 0.3% 0.8% -
XYZ 35.27 35.83 62.81 -
YUV 160.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 144 161 205 0.30 0.21 0 0.20 223.28 0.38 0.68
Hex 90 A1 CD 1E 15 0 14 DF 26 44
Octal 220 241 315 36 25 0 24 337 46 104
Binary 10010000 10100001 11001101 11110 10101 0 10100 11011111 100110 1000100

Color Harmonies of #90A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A1CD

Black with #90A1CD

Text Example


Text Example

White with #90A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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