#90AEDA

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

Shades of Polo Blue #90AEDA

Tints of Polo Blue #90AEDA

Color information

#90AEDA (or 0x90AEDA) is unknown color: approx Polo Blue. HEX triplet: 90, AE and DA. RGB value is (144,174,218). Sum of RGB (Red+Green+Blue) = 144+174+218=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #90AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEDA is #6F5125. Grayscale: #A9A9A9. Windows color (decimal): -7295270 or 14331536. OLE color: 14331536.

HSL color Cylindrical-coordinate representation of color #90AEDA: hue angle of 215.68º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90AEDA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144174218-
CMYK0.340.2000.15
HSL215.68º50%70.98%-
HSV(B)215.68º33.94%85.49%-
XYZ39.2941.2672.22-
YUV170.05155.06109.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=26.87%
G=32.46%
B=40.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441742180.340.2000.15215.685070.98
Hex90AEDA22140Fd83247
Octal220256332422401733062107
Binary1001000010101110110110101000101010001111110110001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,218); }

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

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

 a { background-color: rgb(144,174,218); }

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

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

 span { border-color: rgb(144,174,218); }

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