#88AFCC

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

Shades of Polo Blue #88AFCC

Tints of Polo Blue #88AFCC

Color information

#88AFCC (or 0x88AFCC) is unknown color: approx Polo Blue. HEX triplet: 88, AF and CC. RGB value is (136,175,204). Sum of RGB (Red+Green+Blue) = 136+175+204=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #88AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFCC is #775033. Grayscale: #A6A6A6. Windows color (decimal): -7819316 or 13414280. OLE color: 13414280.

HSL color Cylindrical-coordinate representation of color #88AFCC: hue angle of 205.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88AFCC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136175204-
CMYK0.330.1400.2
HSL205.59º40%66.67%-
HSV(B)205.59º33.33%80%-
XYZ36.3840.2562.98-
YUV166.64149.08106.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.41%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=26.41%
G=33.98%
B=39.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361752040.330.1400.2205.594066.67
Hex88AFCC21E014ce2843
Octal210257314411602431650103
Binary1000100010101111110011001000011110010100110011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,175,204); }

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

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

 a { background-color: rgb(136,175,204); }

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

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

 span { border-color: rgb(136,175,204); }

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