Html Css Color HEX #90A8CE Polo Blue

📋 copy color: '#90A8CE'

red 144 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #90A8CE

Tints of Polo Blue #90A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 27.8%
G = 32.43%
B = 39.77%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90A8CE (or 0x90A8CE) is known color: Polo Blue. HEX triplet: 90, A8 and CE. RGB value is (144,168,206). Sum of RGB (Red+Green+Blue) = 144+168+206=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #90A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8CE is #6F5731. Grayscale: #A4A4A4. Windows color (decimal): -7296818 or 13543568. OLE color: 13543568.

HSL color Cylindrical-coordinate representation of color #90A8CE: hue angle of 216.77º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90A8CE is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 168 206 -
CMYK 0.30 0.18 0 0.19
HSL 216.77º 0.39% 0.69% -
HSV(B) 216.77º 0.3% 0.81% -
XYZ 36.64 38.39 63.87 -
YUV 165.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 144 168 206 0.30 0.18 0 0.19 216.77 0.39 0.69
Hex 90 A8 CE 1E 12 0 13 D9 27 45
Octal 220 250 316 36 22 0 23 331 47 105
Binary 10010000 10101000 11001110 11110 10010 0 10011 11011001 100111 1000101

Color Harmonies of #90A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8CE

Black with #90A8CE

Text Example


Text Example

White with #90A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,206); }

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

background-color css

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

 a { background-color: rgb(144,168,206); }

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

border-color css

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

 span { border-color: rgb(144,168,206); }

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