Html Css Color HEX #99ABC5 Rock Blue

📋 copy color: '#99ABC5'

red 153 ◦ green 171 ◦ blue 197

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

Shades of Rock Blue #99ABC5

Tints of Rock Blue #99ABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 29.37%
G = 32.82%
B = 37.81%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#99ABC5 (or 0x99ABC5) is known color: Rock Blue. HEX triplet: 99, AB and C5. RGB value is (153,171,197). Sum of RGB (Red+Green+Blue) = 153+171+197=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #99ABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABC5 is #66543A. Grayscale: #A8A8A8. Windows color (decimal): -6706235 or 12954521. OLE color: 12954521.

HSL color Cylindrical-coordinate representation of color #99ABC5: hue angle of 215.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99ABC5 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 171 197 -
CMYK 0.22 0.13 0 0.23
HSL 215.45º 0.28% 0.69% -
HSV(B) 215.45º 0.22% 0.77% -
XYZ 37.78 39.93 58.54 -
YUV 168.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 153 171 197 0.22 0.13 0 0.23 215.45 0.28 0.69
Hex 99 AB C5 16 D 0 17 D7 1C 45
Octal 231 253 305 26 15 0 27 327 34 105
Binary 10011001 10101011 11000101 10110 1101 0 10111 11010111 11100 1000101

Color Harmonies of #99ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABC5

Black with #99ABC5

Text Example


Text Example

White with #99ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,197); }

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

background-color css

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

 a { background-color: rgb(153,171,197); }

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

border-color css

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

 span { border-color: rgb(153,171,197); }

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