#90A6D6

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

Shades of Polo Blue #90A6D6

Tints of Polo Blue #90A6D6

Color information

#90A6D6 (or 0x90A6D6) is unknown color: approx Polo Blue. HEX triplet: 90, A6 and D6. RGB value is (144,166,214). Sum of RGB (Red+Green+Blue) = 144+166+214=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #90A6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6D6 is #6F5929. Grayscale: #A4A4A4. Windows color (decimal): -7297322 or 14067344. OLE color: 14067344.

HSL color Cylindrical-coordinate representation of color #90A6D6: hue angle of 221.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90A6D6 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144166214-
CMYK0.330.2200.16
HSL221.14º46.05%70.2%-
HSV(B)221.14º32.71%83.92%-
XYZ37.2838.0669-
YUV164.89155.71113.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 214 (83.98% from 255) = 40.84%
R=27.48%
G=31.68%
B=40.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441662140.330.2200.16221.1446.0570.2
Hex90A6D62116010dd2e46
Octal220246326412602033556106
Binary10010000101001101101011010000110110010000110111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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