Html Css Color HEX #99A4BB Rock Blue

📋 copy color: '#99A4BB'

red 153 ◦ green 164 ◦ blue 187

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

Shades of Rock Blue #99A4BB

Tints of Rock Blue #99A4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 30.36%
G = 32.54%
B = 37.1%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99A4BB (or 0x99A4BB) is known color: Rock Blue. HEX triplet: 99, A4 and BB. RGB value is (153,164,187). Sum of RGB (Red+Green+Blue) = 153+164+187=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #99A4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4BB is #665B44. Grayscale: #A3A3A3. Windows color (decimal): -6708037 or 12297369. OLE color: 12297369.

HSL color Cylindrical-coordinate representation of color #99A4BB: hue angle of 220.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A4BB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 164 187 -
CMYK 0.18 0.12 0 0.27
HSL 220.59º 0.2% 0.67% -
HSV(B) 220.59º 0.18% 0.73% -
XYZ 35.38 36.91 52.27 -
YUV 163.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 153 164 187 0.18 0.12 0 0.27 220.59 0.2 0.67
Hex 99 A4 BB 12 C 0 1B DD 14 43
Octal 231 244 273 22 14 0 33 335 24 103
Binary 10011001 10100100 10111011 10010 1100 0 11011 11011101 10100 1000011

Color Harmonies of #99A4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A4BB

Black with #99A4BB

Text Example


Text Example

White with #99A4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,187); }

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

background-color css

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

 a { background-color: rgb(153,164,187); }

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

border-color css

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

 span { border-color: rgb(153,164,187); }

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