#90aedc

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

Shades of Polo Blue #90AEDC

Tints of Polo Blue #90AEDC

Color information

#90AEDC (or 0x90AEDC) is unknown color: approx Polo Blue. HEX triplet: 90, AE and DC. RGB value is (144,174,220). Sum of RGB (Red+Green+Blue) = 144+174+220=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #90AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEDC is #6F5123. Grayscale: #AAAAAA. Windows color (decimal): -7295268 or 14462608. OLE color: 14462608.

HSL color Cylindrical-coordinate representation of color #90AEDC: hue angle of 216.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AEDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144174220-
CMYK0.350.2100.14
HSL216.32º52.05%71.37%-
HSV(B)216.32º34.55%86.27%-
XYZ39.5641.3773.61-
YUV170.27156.06109.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.77%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=26.77%
G=32.34%
B=40.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441742200.350.2100.14216.3252.0571.37
Hex90AEDC23150Ed83447
Octal220256334432501633064107
Binary1001000010101110110111001000111010101110110110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90aedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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