Html Css Color HEX #90A7CE Polo Blue

📋 copy color: '#90A7CE'

red 144 ◦ green 167 ◦ blue 206

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

Shades of Polo Blue #90A7CE

Tints of Polo Blue #90A7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

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

R = 27.85%
G = 32.3%
B = 39.85%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90A7CE (or 0x90A7CE) is known color: Polo Blue. HEX triplet: 90, A7 and CE. RGB value is (144,167,206). Sum of RGB (Red+Green+Blue) = 144+167+206=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #90A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A7CE is #6F5831. Grayscale: #A4A4A4. Windows color (decimal): -7297074 or 13543312. OLE color: 13543312.

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

Color convert

RGB 144 167 206 -
CMYK 0.30 0.19 0 0.19
HSL 217.74º 0.39% 0.69% -
HSV(B) 217.74º 0.3% 0.81% -
XYZ 36.46 38.02 63.81 -
YUV 164.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 144 167 206 0.30 0.19 0 0.19 217.74 0.39 0.69
Hex 90 A7 CE 1E 13 0 13 DA 27 45
Octal 220 247 316 36 23 0 23 332 47 105
Binary 10010000 10100111 11001110 11110 10011 0 10011 11011010 100111 1000101

Color Harmonies of #90A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A7CE

Black with #90A7CE

Text Example


Text Example

White with #90A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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