#88AFCA

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

Shades of Polo Blue #88AFCA

Tints of Polo Blue #88AFCA

Color information

#88AFCA (or 0x88AFCA) is unknown color: approx Polo Blue. HEX triplet: 88, AF and CA. RGB value is (136,175,202). Sum of RGB (Red+Green+Blue) = 136+175+202=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #88AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFCA is #775035. Grayscale: #A6A6A6. Windows color (decimal): -7819318 or 13283208. OLE color: 13283208.

HSL color Cylindrical-coordinate representation of color #88AFCA: hue angle of 204.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88AFCA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136175202-
CMYK0.330.1300.21
HSL204.55º38.37%66.27%-
HSV(B)204.55º32.67%79.22%-
XYZ36.1440.1661.72-
YUV166.42148.08106.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=26.51%
G=34.11%
B=39.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361752020.330.1300.21204.5538.3766.27
Hex88AFCA21D015cd2642
Octal210257312411502531546102
Binary1000100010101111110010101000011101010101110011011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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