#88ACD7

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

Shades of Polo Blue #88ACD7

Tints of Polo Blue #88ACD7

Color information

#88ACD7 (or 0x88ACD7) is unknown color: approx Polo Blue. HEX triplet: 88, AC and D7. RGB value is (136,172,215). Sum of RGB (Red+Green+Blue) = 136+172+215=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #88ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACD7 is #775328. Grayscale: #A5A5A5. Windows color (decimal): -7820073 or 14134408. OLE color: 14134408.

HSL color Cylindrical-coordinate representation of color #88ACD7: hue angle of 212.66º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88ACD7 is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136172215-
CMYK0.370.200.16
HSL212.66º49.69%68.82%-
HSV(B)212.66º36.74%84.31%-
XYZ37.1739.6569.98-
YUV166.14155.57106.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=26.00%
G=32.89%
B=41.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361722150.370.200.16212.6649.6968.82
Hex88ACD72514010d53245
Octal210254327452402032562105
Binary10001000101011001101011110010110100010000110101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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