Html Css Color HEX #90A6CD Polo Blue

📋 copy color: '#90A6CD'

red 144 ◦ green 166 ◦ blue 205

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

Shades of Polo Blue #90A6CD

Tints of Polo Blue #90A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.23%

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

R = 27.96%
G = 32.23%
B = 39.81%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90A6CD (or 0x90A6CD) is known color: Polo Blue. HEX triplet: 90, A6 and CD. RGB value is (144,166,205). Sum of RGB (Red+Green+Blue) = 144+166+205=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #90A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6CD is #6F5932. Grayscale: #A3A3A3. Windows color (decimal): -7297331 or 13477520. OLE color: 13477520.

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

Color convert

RGB 144 166 205 -
CMYK 0.30 0.19 0 0.20
HSL 218.36º 0.38% 0.68% -
HSV(B) 218.36º 0.3% 0.8% -
XYZ 36.16 37.61 63.11 -
YUV 163.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 144 166 205 0.30 0.19 0 0.20 218.36 0.38 0.68
Hex 90 A6 CD 1E 13 0 14 DA 26 44
Octal 220 246 315 36 23 0 24 332 46 104
Binary 10010000 10100110 11001101 11110 10011 0 10100 11011010 100110 1000100

Color Harmonies of #90A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6CD

Black with #90A6CD

Text Example


Text Example

White with #90A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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