Html Css Color HEX #90A5CE Polo Blue

📋 copy color: '#90A5CE'

red 144 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #90A5CE

Tints of Polo Blue #90A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

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

R = 27.96%
G = 32.04%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90A5CE (or 0x90A5CE) is known color: Polo Blue. HEX triplet: 90, A5 and CE. RGB value is (144,165,206). Sum of RGB (Red+Green+Blue) = 144+165+206=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #90A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5CE is #6F5A31. Grayscale: #A3A3A3. Windows color (decimal): -7297586 or 13542800. OLE color: 13542800.

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

Color convert

RGB 144 165 206 -
CMYK 0.30 0.20 0 0.19
HSL 219.68º 0.39% 0.69% -
HSV(B) 219.68º 0.3% 0.81% -
XYZ 36.1 37.3 63.69 -
YUV 163.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 144 165 206 0.30 0.20 0 0.19 219.68 0.39 0.69
Hex 90 A5 CE 1E 14 0 13 DC 27 45
Octal 220 245 316 36 24 0 23 334 47 105
Binary 10010000 10100101 11001110 11110 10100 0 10011 11011100 100111 1000101

Color Harmonies of #90A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5CE

Black with #90A5CE

Text Example


Text Example

White with #90A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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