#9EABBA

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

Shades of Rock Blue #9EABBA

Tints of Rock Blue #9EABBA

Color information

#9EABBA (or 0x9EABBA) is unknown color: approx Rock Blue. HEX triplet: 9E, AB and BA. RGB value is (158,171,186). Sum of RGB (Red+Green+Blue) = 158+171+186=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBA is #615445. Grayscale: #A8A8A8. Windows color (decimal): -6378566 or 12233630. OLE color: 12233630.

HSL color Cylindrical-coordinate representation of color #9EABBA: hue angle of 212.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EABBA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158171186-
CMYK0.150.0800.27
HSL212.14º16.87%67.45%-
HSV(B)212.14º15.05%72.94%-
XYZ37.5339.9452.19-
YUV168.82137.69120.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=30.68%
G=33.20%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581711860.150.0800.27212.1416.8767.45
Hex9EABBAF801Bd41143
Octal236253272171003332421103
Binary1001111010101011101110101111100001101111010100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,186); }

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

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

 a { background-color: rgb(158,171,186); }

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

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

 span { border-color: rgb(158,171,186); }

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