Html Css Color HEX #99A3C1 Rock Blue

📋 copy color: '#99A3C1'

red 153 ◦ green 163 ◦ blue 193

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

Shades of Rock Blue #99A3C1

Tints of Rock Blue #99A3C1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

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

R = 30.06%
G = 32.02%
B = 37.92%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#99A3C1 (or 0x99A3C1) is known color: Rock Blue. HEX triplet: 99, A3 and C1. RGB value is (153,163,193). Sum of RGB (Red+Green+Blue) = 153+163+193=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3C1 is #665C3E. Grayscale: #A3A3A3. Windows color (decimal): -6708287 or 12690329. OLE color: 12690329.

HSL color Cylindrical-coordinate representation of color #99A3C1: hue angle of 225º 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 #99A3C1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 163 193 -
CMYK 0.21 0.16 0 0.24
HSL 225º 0.24% 0.68% -
HSV(B) 225º 0.21% 0.76% -
XYZ 35.86 36.82 55.67 -
YUV 163.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 153 163 193 0.21 0.16 0 0.24 225 0.24 0.68
Hex 99 A3 C1 15 10 0 18 E1 18 44
Octal 231 243 301 25 20 0 30 341 30 104
Binary 10011001 10100011 11000001 10101 10000 0 11000 11100001 11000 1000100

Color Harmonies of #99A3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A3C1

Black with #99A3C1

Text Example


Text Example

White with #99A3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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