#88AFCF

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

Shades of Polo Blue #88AFCF

Tints of Polo Blue #88AFCF

Color information

#88AFCF (or 0x88AFCF) is unknown color: approx Polo Blue. HEX triplet: 88, AF and CF. RGB value is (136,175,207). Sum of RGB (Red+Green+Blue) = 136+175+207=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #88AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFCF is #775030. Grayscale: #A6A6A6. Windows color (decimal): -7819313 or 13610888. OLE color: 13610888.

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

Color convert

RGB136175207-
CMYK0.340.1500.19
HSL207.04º42.51%67.25%-
HSV(B)207.04º34.3%81.18%-
XYZ36.7540.464.89-
YUV166.99150.58105.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=26.25%
G=33.78%
B=39.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361752070.340.1500.19207.0442.5167.25
Hex88AFCF22F013cf2b43
Octal210257317421702331753103
Binary1000100010101111110011111000101111010011110011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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