Html Css Color HEX #99AABF Rock Blue

📋 copy color: '#99AABF'

red 153 ◦ green 170 ◦ blue 191

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

Shades of Rock Blue #99AABF

Tints of Rock Blue #99AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 29.77%
G = 33.07%
B = 37.16%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99AABF (or 0x99AABF) is known color: Rock Blue. HEX triplet: 99, AA and BF. RGB value is (153,170,191). Sum of RGB (Red+Green+Blue) = 153+170+191=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #99AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AABF is #665540. Grayscale: #A7A7A7. Windows color (decimal): -6706497 or 12561049. OLE color: 12561049.

HSL color Cylindrical-coordinate representation of color #99AABF: hue angle of 213.16º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99AABF is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 170 191 -
CMYK 0.20 0.11 0 0.25
HSL 213.16º 0.23% 0.67% -
HSV(B) 213.16º 0.2% 0.75% -
XYZ 36.92 39.28 54.93 -
YUV 167.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 153 170 191 0.20 0.11 0 0.25 213.16 0.23 0.67
Hex 99 AA BF 14 B 0 19 D5 17 43
Octal 231 252 277 24 13 0 31 325 27 103
Binary 10011001 10101010 10111111 10100 1011 0 11001 11010101 10111 1000011

Color Harmonies of #99AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AABF

Black with #99AABF

Text Example


Text Example

White with #99AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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