#88AADA

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

Shades of Polo Blue #88AADA

Tints of Polo Blue #88AADA

Color information

#88AADA (or 0x88AADA) is unknown color: approx Polo Blue. HEX triplet: 88, AA and DA. RGB value is (136,170,218). Sum of RGB (Red+Green+Blue) = 136+170+218=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #88AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AADA is #775525. Grayscale: #A5A5A5. Windows color (decimal): -7820582 or 14330504. OLE color: 14330504.

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

Color convert

RGB136170218-
CMYK0.380.2200.15
HSL215.12º52.56%69.41%-
HSV(B)215.12º37.61%85.49%-
XYZ37.1839.0571.91-
YUV165.31157.74107.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=25.95%
G=32.44%
B=41.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361702180.380.2200.15215.1252.5669.41
Hex88AADA26160Fd73545
Octal210252332462601732765105
Binary1000100010101010110110101001101011001111110101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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