#9FAEC1

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

Shades of Rock Blue #9FAEC1

Tints of Rock Blue #9FAEC1

Color information

#9FAEC1 (or 0x9FAEC1) is unknown color: approx Rock Blue. HEX triplet: 9F, AE and C1. RGB value is (159,174,193). Sum of RGB (Red+Green+Blue) = 159+174+193=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #9FAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEC1 is #60513E. Grayscale: #ABABAB. Windows color (decimal): -6312255 or 12693151. OLE color: 12693151.

HSL color Cylindrical-coordinate representation of color #9FAEC1: hue angle of 213.53º 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 #9FAEC1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159174193-
CMYK0.180.1000.24
HSL213.53º21.52%69.02%-
HSV(B)213.53º17.62%75.69%-
XYZ39.0641.4956.4-
YUV171.68140.03118.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=30.23%
G=33.08%
B=36.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591741930.180.1000.24213.5321.5269.02
Hex9FAEC112A018d61645
Octal237256301221203032626105
Binary10011111101011101100000110010101001100011010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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