Html Css Color HEX #9FAEC0 Rock Blue

📋 copy color: '#9FAEC0'

red 159 ◦ green 174 ◦ blue 192

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

Shades of Rock Blue #9FAEC0

Tints of Rock Blue #9FAEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.14%

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 30.29%
G = 33.14%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FAEC0 (or 0x9FAEC0) is known color: Rock Blue. HEX triplet: 9F, AE and C0. RGB value is (159,174,192). Sum of RGB (Red+Green+Blue) = 159+174+192=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #9FAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEC0 is #60513F. Grayscale: #ABABAB. Windows color (decimal): -6312256 or 12627615. OLE color: 12627615.

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

Color convert

RGB 159 174 192 -
CMYK 0.17 0.09 0 0.25
HSL 212.73º 0.21% 0.69% -
HSV(B) 212.73º 0.17% 0.75% -
XYZ 38.95 41.45 55.82 -
YUV 171.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 159 174 192 0.17 0.09 0 0.25 212.73 0.21 0.69
Hex 9F AE C0 11 9 0 19 D5 15 45
Octal 237 256 300 21 11 0 31 325 25 105
Binary 10011111 10101110 11000000 10001 1001 0 11001 11010101 10101 1000101

Color Harmonies of #9FAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEC0

Black with #9FAEC0

Text Example


Text Example

White with #9FAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,192); }

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

background-color css

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

 a { background-color: rgb(159,174,192); }

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

border-color css

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

 span { border-color: rgb(159,174,192); }

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