#88AECE

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

Shades of Polo Blue #88AECE

Tints of Polo Blue #88AECE

Color information

#88AECE (or 0x88AECE) is unknown color: approx Polo Blue. HEX triplet: 88, AE and CE. RGB value is (136,174,206). Sum of RGB (Red+Green+Blue) = 136+174+206=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #88AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AECE is #775131. Grayscale: #A6A6A6. Windows color (decimal): -7819570 or 13545096. OLE color: 13545096.

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

Color convert

RGB136174206-
CMYK0.340.1600.19
HSL207.43º41.67%67.06%-
HSV(B)207.43º33.98%80.78%-
XYZ36.4339.9664.19-
YUV166.29150.41106.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=26.36%
G=33.72%
B=39.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361742060.340.1600.19207.4341.6767.06
Hex88AECE2210013cf2a43
Octal210256316422002331752103
Binary10001000101011101100111010001010000010011110011111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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