#99ACC8

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

Shades of Polo Blue #99ACC8

Tints of Polo Blue #99ACC8

Color information

#99ACC8 (or 0x99ACC8) is unknown color: approx Polo Blue. HEX triplet: 99, AC and C8. RGB value is (153,172,200). Sum of RGB (Red+Green+Blue) = 153+172+200=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #99ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACC8 is #665337. Grayscale: #A9A9A9. Windows color (decimal): -6705976 or 13151385. OLE color: 13151385.

HSL color Cylindrical-coordinate representation of color #99ACC8: hue angle of 215.74º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99ACC8 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153172200-
CMYK0.240.1400.22
HSL215.74º29.94%69.22%-
HSV(B)215.74º23.5%78.43%-
XYZ38.3140.4560.43-
YUV169.51145.21116.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=29.14%
G=32.76%
B=38.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531722000.240.1400.22215.7429.9469.22
Hex99ACC818E016d81e45
Octal231254310301602633036105
Binary10011001101011001100100011000111001011011011000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ACC8; }

 p { color: rgb(153,172,200); }

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

<style>
 a { background-color: #99ACC8; }

 a { background-color: rgb(153,172,200); }

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

<style>
 span { border-color: #99ACC8; }

 span { border-color: rgb(153,172,200); }

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