Html Css Color HEX #99B4A7 Skeptic

📋 copy color: '#99B4A7'

red 153 ◦ green 180 ◦ blue 167

#99B4A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #99B4A7

Tints of Skeptic #99B4A7

RGB

 RED value IS 153 (60.16% from 255) = 30.6%

 GREEN value IS 180 (70.7% from 255) = 36%

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 30.6%
G = 36%
B = 33.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#99B4A7 (or 0x99B4A7) is known color: Skeptic. HEX triplet: 99, B4 and A7. RGB value is (153,180,167). Sum of RGB (Red+Green+Blue) = 153+180+167=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4A7 is #664B58. Grayscale: #AAAAAA. Windows color (decimal): -6703961 or 10990745. OLE color: 10990745.

HSL color Cylindrical-coordinate representation of color #99B4A7: hue angle of 151.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B4A7 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 167 -
CMYK 0.15 0 0.07 0.29
HSL 151.11º 0.15% 0.65% -
HSV(B) 151.11º 0.15% 0.71% -
XYZ 36.43 42.2 42.79 -
YUV 170.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 153 180 167 0.15 0 0.07 0.29 151.11 0.15 0.65
Hex 99 B4 A7 F 0 7 1D 97 F 41
Octal 231 264 247 17 0 7 35 227 17 101
Binary 10011001 10110100 10100111 1111 0 111 11101 10010111 1111 1000001

Color Harmonies of #99B4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B4A7

Black with #99B4A7

Text Example


Text Example

White with #99B4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,167); }

 H1.HeaderClassName
 {
   color: #99B4A7;
 }
 .AnyTagClassName
 {
   color: #99B4A7;
 }
</style>

background-color css

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

 a { background-color: rgb(153,180,167); }

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

border-color css

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

 span { border-color: rgb(153,180,167); }

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