#88ABCF

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

Shades of Polo Blue #88ABCF

Tints of Polo Blue #88ABCF

Color information

#88ABCF (or 0x88ABCF) is unknown color: approx Polo Blue. HEX triplet: 88, AB and CF. RGB value is (136,171,207). Sum of RGB (Red+Green+Blue) = 136+171+207=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #88ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCF is #775430. Grayscale: #A4A4A4. Windows color (decimal): -7820337 or 13609864. OLE color: 13609864.

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

Color convert

RGB136171207-
CMYK0.340.1700.19
HSL210.42º42.51%67.25%-
HSV(B)210.42º34.3%81.18%-
XYZ35.9838.8764.64-
YUV164.64151.9107.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.46%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=26.46%
G=33.27%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361712070.340.1700.19210.4242.5167.25
Hex88ABCF2211013d22b43
Octal210253317422102332253103
Binary10001000101010111100111110001010001010011110100101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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