#88A4CF

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

Shades of Polo Blue #88A4CF

Tints of Polo Blue #88A4CF

Color information

#88A4CF (or 0x88A4CF) is unknown color: approx Polo Blue. HEX triplet: 88, A4 and CF. RGB value is (136,164,207). Sum of RGB (Red+Green+Blue) = 136+164+207=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #88A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A4CF is #775B30. Grayscale: #A0A0A0. Windows color (decimal): -7822129 or 13608072. OLE color: 13608072.

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

Color convert

RGB136164207-
CMYK0.340.2100.19
HSL216.34º42.51%67.25%-
HSV(B)216.34º34.3%81.18%-
XYZ34.6936.2964.21-
YUV160.53154.22110.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=26.82%
G=32.35%
B=40.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361642070.340.2100.19216.3442.5167.25
Hex88A4CF2215013d82b43
Octal210244317422502333053103
Binary10001000101001001100111110001010101010011110110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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