#9EABBE

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

Shades of Rock Blue #9EABBE

Tints of Rock Blue #9EABBE

Color information

#9EABBE (or 0x9EABBE) is unknown color: approx Rock Blue. HEX triplet: 9E, AB and BE. RGB value is (158,171,190). Sum of RGB (Red+Green+Blue) = 158+171+190=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBE is #615441. Grayscale: #A9A9A9. Windows color (decimal): -6378562 or 12495774. OLE color: 12495774.

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

Color convert

RGB158171190-
CMYK0.170.1000.25
HSL215.62º19.75%68.24%-
HSV(B)215.62º16.84%74.51%-
XYZ37.9640.1154.46-
YUV169.28139.69119.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=30.44%
G=32.95%
B=36.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581711900.170.1000.25215.6219.7568.24
Hex9EABBE11A019d81444
Octal236253276211203133024104
Binary10011110101010111011111010001101001100111011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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