#88ACDA

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

Shades of Polo Blue #88ACDA

Tints of Polo Blue #88ACDA

Color information

#88ACDA (or 0x88ACDA) is unknown color: approx Polo Blue. HEX triplet: 88, AC and DA. RGB value is (136,172,218). Sum of RGB (Red+Green+Blue) = 136+172+218=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #88ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACDA is #775325. Grayscale: #A6A6A6. Windows color (decimal): -7820070 or 14331016. OLE color: 14331016.

HSL color Cylindrical-coordinate representation of color #88ACDA: hue angle of 213.66º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88ACDA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136172218-
CMYK0.380.2100.15
HSL213.66º52.56%69.41%-
HSV(B)213.66º37.61%85.49%-
XYZ37.5639.872.03-
YUV166.48157.07106.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.86%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=25.86%
G=32.70%
B=41.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361722180.380.2100.15213.6652.5669.41
Hex88ACDA26150Fd63545
Octal210254332462501732665105
Binary1000100010101100110110101001101010101111110101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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