#99B0A8

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

Shades of Skeptic #99B0A8

Tints of Skeptic #99B0A8

Color information

#99B0A8 (or 0x99B0A8) is unknown color: approx Skeptic. HEX triplet: 99, B0 and A8. RGB value is (153,176,168). Sum of RGB (Red+Green+Blue) = 153+176+168=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0A8 is #664F57. Grayscale: #A8A8A8. Windows color (decimal): -6704984 or 11055257. OLE color: 11055257.

HSL color Cylindrical-coordinate representation of color #99B0A8: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99B0A8 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB153176168-
CMYK0.1300.050.31
HSL159.13º12.71%64.51%-
HSV(B)159.13º13.07%69.02%-
XYZ35.7340.6543.01-
YUV168.21127.88117.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=30.78%
G=35.41%
B=33.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531761680.1300.050.31159.1312.7164.51
Hex99B0A8D051F9fd41
Octal23126025015053723715101
Binary10011001101100001010100011010101111111001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,176,168); }

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

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

 a { background-color: rgb(153,176,168); }

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

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

 span { border-color: rgb(153,176,168); }

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