#88ACD5

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

Shades of Polo Blue #88ACD5

Tints of Polo Blue #88ACD5

Color information

#88ACD5 (or 0x88ACD5) is unknown color: approx Polo Blue. HEX triplet: 88, AC and D5. RGB value is (136,172,213). Sum of RGB (Red+Green+Blue) = 136+172+213=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #88ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACD5 is #77532A. Grayscale: #A5A5A5. Windows color (decimal): -7820075 or 14003336. OLE color: 14003336.

HSL color Cylindrical-coordinate representation of color #88ACD5: hue angle of 211.95º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88ACD5 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136172213-
CMYK0.360.1900.16
HSL211.95º47.83%68.43%-
HSV(B)211.95º36.15%83.53%-
XYZ36.9239.5468.64-
YUV165.91154.57106.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.10%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=26.10%
G=33.01%
B=40.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361722130.360.1900.16211.9547.8368.43
Hex88ACD52413010d43044
Octal210254325442302032460104
Binary10001000101011001101010110010010011010000110101001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,213); }

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

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

 a { background-color: rgb(136,172,213); }

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

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

 span { border-color: rgb(136,172,213); }

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