#88AACD

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

Shades of Polo Blue #88AACD

Tints of Polo Blue #88AACD

Color information

#88AACD (or 0x88AACD) is unknown color: approx Polo Blue. HEX triplet: 88, AA and CD. RGB value is (136,170,205). Sum of RGB (Red+Green+Blue) = 136+170+205=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #88AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACD is #775532. Grayscale: #A3A3A3. Windows color (decimal): -7820595 or 13478536. OLE color: 13478536.

HSL color Cylindrical-coordinate representation of color #88AACD: hue angle of 210.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AACD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136170205-
CMYK0.340.1700.20
HSL210.43º40.83%66.86%-
HSV(B)210.43º33.66%80.39%-
XYZ35.5538.3963.29-
YUV163.82151.24108.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.61%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=26.61%
G=33.27%
B=40.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361702050.340.1700.20210.4340.8366.86
Hex88AACD2211014d22943
Octal210252315422102432251103
Binary10001000101010101100110110001010001010100110100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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