#9EAEC1

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

Shades of Rock Blue #9EAEC1

Tints of Rock Blue #9EAEC1

Color information

#9EAEC1 (or 0x9EAEC1) is unknown color: approx Rock Blue. HEX triplet: 9E, AE and C1. RGB value is (158,174,193). Sum of RGB (Red+Green+Blue) = 158+174+193=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 174 (68.36% from 255 or 33.14% 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 #9EAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEC1 is #61513E. Grayscale: #ABABAB. Windows color (decimal): -6377791 or 12693150. OLE color: 12693150.

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

Color convert

RGB158174193-
CMYK0.180.1000.24
HSL212.57º22.01%68.82%-
HSV(B)212.57º18.13%75.69%-
XYZ38.8641.3956.39-
YUV171.38140.2118.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=30.10%
G=33.14%
B=36.76%

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
Decimal1581741930.180.1000.24212.5722.0168.82
Hex9EAEC112A018d51645
Octal236256301221203032526105
Binary10011110101011101100000110010101001100011010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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