#90A6CE

Color #90A6CE Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #90A6CE

Tints of Polo Blue #90A6CE

Color information

#90A6CE (or 0x90A6CE) is unknown color: approx Polo Blue. HEX triplet: 90, A6 and CE. RGB value is (144,166,206). Sum of RGB (Red+Green+Blue) = 144+166+206=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #90A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6CE is #6F5931. Grayscale: #A3A3A3. Windows color (decimal): -7297330 or 13543056. OLE color: 13543056.

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

Color convert

RGB144166206-
CMYK0.300.1900.19
HSL218.71º38.75%68.63%-
HSV(B)218.71º30.1%80.78%-
XYZ36.2837.6663.75-
YUV163.98151.71113.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=27.91%
G=32.17%
B=39.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441662060.300.1900.19218.7138.7568.63
Hex90A6CE1E13013db2745
Octal220246316362302333347105
Binary1001000010100110110011101111010011010011110110111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A6CE;
 }
 .AnyTagClassName
 {
   color: #90A6CE;
 }
</style>
background-color css

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

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

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

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

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

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