Html Css Color HEX #99A6C1 Rock Blue

📋 copy color: '#99A6C1'

red 153 ◦ green 166 ◦ blue 193

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

Shades of Rock Blue #99A6C1

Tints of Rock Blue #99A6C1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 29.88%
G = 32.42%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#99A6C1 (or 0x99A6C1) is known color: Rock Blue. HEX triplet: 99, A6 and C1. RGB value is (153,166,193). Sum of RGB (Red+Green+Blue) = 153+166+193=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A6C1 is #66593E. Grayscale: #A5A5A5. Windows color (decimal): -6707519 or 12691097. OLE color: 12691097.

HSL color Cylindrical-coordinate representation of color #99A6C1: hue angle of 220.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A6C1 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 166 193 -
CMYK 0.21 0.14 0 0.24
HSL 220.5º 0.24% 0.68% -
HSV(B) 220.5º 0.21% 0.76% -
XYZ 36.4 37.9 55.85 -
YUV 165.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 153 166 193 0.21 0.14 0 0.24 220.5 0.24 0.68
Hex 99 A6 C1 15 E 0 18 DC 18 44
Octal 231 246 301 25 16 0 30 334 30 104
Binary 10011001 10100110 11000001 10101 1110 0 11000 11011100 11000 1000100

Color Harmonies of #99A6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A6C1

Black with #99A6C1

Text Example


Text Example

White with #99A6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,166,193); }

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

background-color css

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

 a { background-color: rgb(153,166,193); }

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

border-color css

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

 span { border-color: rgb(153,166,193); }

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