#88A6C2

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

Shades of Polo Blue #88A6C2

Tints of Polo Blue #88A6C2

Color information

#88A6C2 (or 0x88A6C2) is unknown color: approx Polo Blue. HEX triplet: 88, A6 and C2. RGB value is (136,166,194). Sum of RGB (Red+Green+Blue) = 136+166+194=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #88A6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6C2 is #77593D. Grayscale: #A0A0A0. Windows color (decimal): -7821630 or 12756616. OLE color: 12756616.

HSL color Cylindrical-coordinate representation of color #88A6C2: hue angle of 208.97º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88A6C2 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136166194-
CMYK0.300.1400.24
HSL208.97º32.22%64.71%-
HSV(B)208.97º29.9%76.08%-
XYZ33.5336.456.3-
YUV160.22147.06110.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.42%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=27.42%
G=33.47%
B=39.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361661940.300.1400.24208.9732.2264.71
Hex88A6C21EE018d12041
Octal210246302361603032140101
Binary100010001010011011000010111101110011000110100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,194); }

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

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

 a { background-color: rgb(136,166,194); }

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

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

 span { border-color: rgb(136,166,194); }

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