#88AACF

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

Shades of Polo Blue #88AACF

Tints of Polo Blue #88AACF

Color information

#88AACF (or 0x88AACF) is unknown color: approx Polo Blue. HEX triplet: 88, AA and CF. RGB value is (136,170,207). Sum of RGB (Red+Green+Blue) = 136+170+207=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #88AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACF is #775530. Grayscale: #A3A3A3. Windows color (decimal): -7820593 or 13609608. OLE color: 13609608.

HSL color Cylindrical-coordinate representation of color #88AACF: hue angle of 211.27º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AACF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136170207-
CMYK0.340.1800.19
HSL211.27º42.51%67.25%-
HSV(B)211.27º34.3%81.18%-
XYZ35.7938.4964.57-
YUV164.05152.24107.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=26.51%
G=33.14%
B=40.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361702070.340.1800.19211.2742.5167.25
Hex88AACF2212013d32b43
Octal210252317422202332353103
Binary10001000101010101100111110001010010010011110100111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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