#9EAABE

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

Shades of Rock Blue #9EAABE

Tints of Rock Blue #9EAABE

Color information

#9EAABE (or 0x9EAABE) is unknown color: approx Rock Blue. HEX triplet: 9E, AA and BE. RGB value is (158,170,190). Sum of RGB (Red+Green+Blue) = 158+170+190=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABE is #615541. Grayscale: #A8A8A8. Windows color (decimal): -6378818 or 12495518. OLE color: 12495518.

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

Color convert

RGB158170190-
CMYK0.170.1100.25
HSL217.5º19.75%68.24%-
HSV(B)217.5º16.84%74.51%-
XYZ37.7739.7454.39-
YUV168.69140.02120.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=30.50%
G=32.82%
B=36.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581701900.170.1100.25217.519.7568.24
Hex9EAABE11B019da1444
Octal236252276211303133224104
Binary10011110101010101011111010001101101100111011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,190); }

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

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

 a { background-color: rgb(158,170,190); }

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

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

 span { border-color: rgb(158,170,190); }

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