#99ACC5

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

Shades of Rock Blue #99ACC5

Tints of Rock Blue #99ACC5

Color information

#99ACC5 (or 0x99ACC5) is unknown color: approx Rock Blue. HEX triplet: 99, AC and C5. RGB value is (153,172,197). Sum of RGB (Red+Green+Blue) = 153+172+197=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #99ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACC5 is #66533A. Grayscale: #A9A9A9. Windows color (decimal): -6705979 or 12954777. OLE color: 12954777.

HSL color Cylindrical-coordinate representation of color #99ACC5: hue angle of 214.09º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99ACC5 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB153172197-
CMYK0.220.1300.23
HSL214.09º27.5%68.63%-
HSV(B)214.09º22.34%77.25%-
XYZ37.9740.3158.6-
YUV169.17143.71116.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=29.31%
G=32.95%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531721970.220.1300.23214.0927.568.63
Hex99ACC516D017d61b45
Octal231254305261502732633105
Binary10011001101011001100010110110110101011111010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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