#90A6CA

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

Shades of Polo Blue #90A6CA

Tints of Polo Blue #90A6CA

Color information

#90A6CA (or 0x90A6CA) is unknown color: approx Polo Blue. HEX triplet: 90, A6 and CA. RGB value is (144,166,202). Sum of RGB (Red+Green+Blue) = 144+166+202=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #90A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6CA is #6F5935. Grayscale: #A3A3A3. Windows color (decimal): -7297334 or 13280912. OLE color: 13280912.

HSL color Cylindrical-coordinate representation of color #90A6CA: hue angle of 217.24º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90A6CA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144166202-
CMYK0.290.1800.21
HSL217.24º35.37%67.84%-
HSV(B)217.24º28.71%79.22%-
XYZ35.837.4761.22-
YUV163.53149.71114.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=28.12%
G=32.42%
B=39.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441662020.290.1800.21217.2435.3767.84
Hex90A6CA1D12015d92344
Octal220246312352202533143104
Binary1001000010100110110010101110110010010101110110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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