#90A5D1

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

Shades of Polo Blue #90A5D1

Tints of Polo Blue #90A5D1

Color information

#90A5D1 (or 0x90A5D1) is unknown color: approx Polo Blue. HEX triplet: 90, A5 and D1. RGB value is (144,165,209). Sum of RGB (Red+Green+Blue) = 144+165+209=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #90A5D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5D1 is #6F5A2E. Grayscale: #A3A3A3. Windows color (decimal): -7297583 or 13739408. OLE color: 13739408.

HSL color Cylindrical-coordinate representation of color #90A5D1: hue angle of 220.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90A5D1 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144165209-
CMYK0.310.2100.18
HSL220.62º41.4%69.22%-
HSV(B)220.62º31.1%81.96%-
XYZ36.4737.4465.63-
YUV163.74153.54113.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=27.80%
G=31.85%
B=40.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441652090.310.2100.18220.6241.469.22
Hex90A5D11F15012dd2945
Octal220245321372502233551105
Binary1001000010100101110100011111110101010010110111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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