Html Css Color HEX #9FADBE Rock Blue

📋 copy color: '#9FADBE'

red 159 ◦ green 173 ◦ blue 190

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

Shades of Rock Blue #9FADBE

Tints of Rock Blue #9FADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 30.46%
G = 33.14%
B = 36.4%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FADBE (or 0x9FADBE) is known color: Rock Blue. HEX triplet: 9F, AD and BE. RGB value is (159,173,190). Sum of RGB (Red+Green+Blue) = 159+173+190=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADBE is #605241. Grayscale: #AAAAAA. Windows color (decimal): -6312514 or 12496287. OLE color: 12496287.

HSL color Cylindrical-coordinate representation of color #9FADBE: hue angle of 212.9º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FADBE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 173 190 -
CMYK 0.16 0.09 0 0.25
HSL 212.9º 0.19% 0.68% -
HSV(B) 212.9º 0.16% 0.75% -
XYZ 38.54 40.98 54.59 -
YUV 170.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 159 173 190 0.16 0.09 0 0.25 212.9 0.19 0.68
Hex 9F AD BE 10 9 0 19 D5 13 44
Octal 237 255 276 20 11 0 31 325 23 104
Binary 10011111 10101101 10111110 10000 1001 0 11001 11010101 10011 1000100

Color Harmonies of #9FADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADBE

Black with #9FADBE

Text Example


Text Example

White with #9FADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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