Html Css Color HEX #9FADC1 Rock Blue

📋 copy color: '#9FADC1'

red 159 ◦ green 173 ◦ blue 193

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

Shades of Rock Blue #9FADC1

Tints of Rock Blue #9FADC1

RGB

 RED value IS 159 (62.5% from 255) = 30.29%

 GREEN value IS 173 (67.97% from 255) = 32.95%

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

R = 30.29%
G = 32.95%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9FADC1 (or 0x9FADC1) is known color: Rock Blue. HEX triplet: 9F, AD and C1. RGB value is (159,173,193). Sum of RGB (Red+Green+Blue) = 159+173+193=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #9FADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADC1 is #60523E. Grayscale: #AAAAAA. Windows color (decimal): -6312511 or 12692895. OLE color: 12692895.

HSL color Cylindrical-coordinate representation of color #9FADC1: hue angle of 215.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FADC1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 173 193 -
CMYK 0.18 0.10 0 0.24
HSL 215.29º 0.22% 0.69% -
HSV(B) 215.29º 0.18% 0.76% -
XYZ 38.87 41.11 56.34 -
YUV 171.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 159 173 193 0.18 0.10 0 0.24 215.29 0.22 0.69
Hex 9F AD C1 12 A 0 18 D7 16 45
Octal 237 255 301 22 12 0 30 327 26 105
Binary 10011111 10101101 11000001 10010 1010 0 11000 11010111 10110 1000101

Color Harmonies of #9FADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADC1

Black with #9FADC1

Text Example


Text Example

White with #9FADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FADC1; }

 p { color: rgb(159,173,193); }

 H1.HeaderClassName
 {
   color: #9FADC1;
 }
 .AnyTagClassName
 {
   color: #9FADC1;
 }
</style>

background-color css

<style>
 a { background-color: #9FADC1; }

 a { background-color: rgb(159,173,193); }

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

border-color css

<style>
 span { border-color: #9FADC1; }

 span { border-color: rgb(159,173,193); }

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