#88A0CF

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

Shades of Polo Blue #88A0CF

Tints of Polo Blue #88A0CF

Color information

#88A0CF (or 0x88A0CF) is unknown color: approx Polo Blue. HEX triplet: 88, A0 and CF. RGB value is (136,160,207). Sum of RGB (Red+Green+Blue) = 136+160+207=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #88A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0CF is #775F30. Grayscale: #9D9D9D. Windows color (decimal): -7823153 or 13607048. OLE color: 13607048.

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

Color convert

RGB136160207-
CMYK0.340.2300.19
HSL219.72º42.51%67.25%-
HSV(B)219.72º34.3%81.18%-
XYZ33.9934.8863.97-
YUV158.18155.55112.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=27.04%
G=31.81%
B=41.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361602070.340.2300.19219.7242.5167.25
Hex88A0CF2217013dc2b43
Octal210240317422702333453103
Binary10001000101000001100111110001010111010011110111001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,160,207); }

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

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

 a { background-color: rgb(136,160,207); }

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

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

 span { border-color: rgb(136,160,207); }

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