#90ACDD

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

Shades of Polo Blue #90ACDD

Tints of Polo Blue #90ACDD

Color information

#90ACDD (or 0x90ACDD) is unknown color: approx Polo Blue. HEX triplet: 90, AC and DD. RGB value is (144,172,221). Sum of RGB (Red+Green+Blue) = 144+172+221=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #90ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDD is #6F5322. Grayscale: #A8A8A8. Windows color (decimal): -7295779 or 14527632. OLE color: 14527632.

HSL color Cylindrical-coordinate representation of color #90ACDD: hue angle of 218.18º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ACDD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144172221-
CMYK0.350.2200.13
HSL218.18º53.1%71.57%-
HSV(B)218.18º34.84%86.67%-
XYZ39.3140.6574.18-
YUV169.21157.22110.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.82%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=26.82%
G=32.03%
B=41.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441722210.350.2200.13218.1853.171.57
Hex90ACDD23160Dda3548
Octal220254335432601533265110
Binary1001000010101100110111011000111011001101110110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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