#9FACBE

Color #9FACBE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9FACBE

Tints of Rock Blue #9FACBE

Color information

#9FACBE (or 0x9FACBE) is unknown color: approx Rock Blue. HEX triplet: 9F, AC and BE. RGB value is (159,172,190). Sum of RGB (Red+Green+Blue) = 159+172+190=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBE is #605341. Grayscale: #AAAAAA. Windows color (decimal): -6312770 or 12496031. OLE color: 12496031.

HSL color Cylindrical-coordinate representation of color #9FACBE: hue angle of 214.84º 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 #9FACBE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159172190-
CMYK0.160.0900.25
HSL214.84º19.25%68.43%-
HSV(B)214.84º16.32%74.51%-
XYZ38.3440.5954.53-
YUV170.16139.19120.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=30.52%
G=33.01%
B=36.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591721900.160.0900.25214.8419.2568.43
Hex9FACBE109019d71344
Octal237254276201103132723104
Binary10011111101011001011111010000100101100111010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FACBE;
 }
 .AnyTagClassName
 {
   color: #9FACBE;
 }
</style>
background-color css

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

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

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

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

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

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