#90ACDC

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

Shades of Polo Blue #90ACDC

Tints of Polo Blue #90ACDC

Color information

#90ACDC (or 0x90ACDC) is unknown color: approx Polo Blue. HEX triplet: 90, AC and DC. RGB value is (144,172,220). Sum of RGB (Red+Green+Blue) = 144+172+220=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #90ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDC is #6F5323. Grayscale: #A8A8A8. Windows color (decimal): -7295780 or 14462096. OLE color: 14462096.

HSL color Cylindrical-coordinate representation of color #90ACDC: hue angle of 217.89º 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 #90ACDC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144172220-
CMYK0.350.2200.14
HSL217.89º52.05%71.37%-
HSV(B)217.89º34.55%86.27%-
XYZ39.1740.673.48-
YUV169.1156.72110.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=26.87%
G=32.09%
B=41.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441722200.350.2200.14217.8952.0571.37
Hex90ACDC23160Eda3447
Octal220254334432601633264107
Binary1001000010101100110111001000111011001110110110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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