Html Css Color HEX #99AAAE Botticelli

📋 copy color: '#99AAAE'

red 153 ◦ green 170 ◦ blue 174

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

Shades of Botticelli #99AAAE

Tints of Botticelli #99AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 30.78%
G = 34.21%
B = 35.01%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#99AAAE (or 0x99AAAE) is known color: Botticelli. HEX triplet: 99, AA and AE. RGB value is (153,170,174). Sum of RGB (Red+Green+Blue) = 153+170+174=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #99AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAAE is #665551. Grayscale: #A5A5A5. Windows color (decimal): -6706514 or 11446937. OLE color: 11446937.

HSL color Cylindrical-coordinate representation of color #99AAAE: hue angle of 191.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AAAE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 170 174 -
CMYK 0.12 0.02 0 0.32
HSL 191.43º 0.11% 0.64% -
HSV(B) 191.43º 0.12% 0.68% -
XYZ 35.15 38.58 45.64 -
YUV 165.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 153 170 174 0.12 0.02 0 0.32 191.43 0.11 0.64
Hex 99 AA AE C 2 0 20 BF B 40
Octal 231 252 256 14 2 0 40 277 13 100
Binary 10011001 10101010 10101110 1100 10 0 100000 10111111 1011 1000000

Color Harmonies of #99AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAAE

Black with #99AAAE

Text Example


Text Example

White with #99AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,170,174); }

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

background-color css

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

 a { background-color: rgb(153,170,174); }

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

border-color css

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

 span { border-color: rgb(153,170,174); }

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