#88A1CE

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

Shades of Polo Blue #88A1CE

Tints of Polo Blue #88A1CE

Color information

#88A1CE (or 0x88A1CE) is unknown color: approx Polo Blue. HEX triplet: 88, A1 and CE. RGB value is (136,161,206). Sum of RGB (Red+Green+Blue) = 136+161+206=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #88A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1CE is #775E31. Grayscale: #9E9E9E. Windows color (decimal): -7822898 or 13541768. OLE color: 13541768.

HSL color Cylindrical-coordinate representation of color #88A1CE: hue angle of 218.57º degrees, saturation: 0.42, 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 #88A1CE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136161206-
CMYK0.340.2200.19
HSL218.57º41.67%67.06%-
HSV(B)218.57º33.98%80.78%-
XYZ34.0435.1863.39-
YUV158.66154.72111.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=27.04%
G=32.01%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361612060.340.2200.19218.5741.6767.06
Hex88A1CE2216013db2a43
Octal210241316422602333352103
Binary10001000101000011100111010001010110010011110110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,206); }

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

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

 a { background-color: rgb(136,161,206); }

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

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

 span { border-color: rgb(136,161,206); }

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