#88AED7

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

Shades of Polo Blue #88AED7

Tints of Polo Blue #88AED7

Color information

#88AED7 (or 0x88AED7) is unknown color: approx Polo Blue. HEX triplet: 88, AE and D7. RGB value is (136,174,215). Sum of RGB (Red+Green+Blue) = 136+174+215=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #88AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AED7 is #775128. Grayscale: #A7A7A7. Windows color (decimal): -7819561 or 14134920. OLE color: 14134920.

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

Color convert

RGB136174215-
CMYK0.370.1900.16
HSL211.14º49.69%68.82%-
HSV(B)211.14º36.74%84.31%-
XYZ37.5640.4170.11-
YUV167.31154.91105.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=25.90%
G=33.14%
B=40.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361742150.370.1900.16211.1449.6968.82
Hex88AED72513010d33245
Octal210256327452302032362105
Binary10001000101011101101011110010110011010000110100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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