#88AAD9

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

Shades of Polo Blue #88AAD9

Tints of Polo Blue #88AAD9

Color information

#88AAD9 (or 0x88AAD9) is unknown color: approx Polo Blue. HEX triplet: 88, AA and D9. RGB value is (136,170,217). Sum of RGB (Red+Green+Blue) = 136+170+217=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #88AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAD9 is #775526. Grayscale: #A4A4A4. Windows color (decimal): -7820583 or 14264968. OLE color: 14264968.

HSL color Cylindrical-coordinate representation of color #88AAD9: hue angle of 214.81º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88AAD9 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136170217-
CMYK0.370.2200.15
HSL214.81º51.59%69.22%-
HSV(B)214.81º37.33%85.1%-
XYZ37.0538.9971.22-
YUV165.19157.24107.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=26.00%
G=32.50%
B=41.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361702170.370.2200.15214.8151.5969.22
Hex88AAD925160Fd73445
Octal210252331452601732764105
Binary1000100010101010110110011001011011001111110101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AAD9; }

 p { color: rgb(136,170,217); }

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

<style>
 a { background-color: #88AAD9; }

 a { background-color: rgb(136,170,217); }

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

<style>
 span { border-color: #88AAD9; }

 span { border-color: rgb(136,170,217); }

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