#9EABBB

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

Shades of Rock Blue #9EABBB

Tints of Rock Blue #9EABBB

Color information

#9EABBB (or 0x9EABBB) is unknown color: approx Rock Blue. HEX triplet: 9E, AB and BB. RGB value is (158,171,187). Sum of RGB (Red+Green+Blue) = 158+171+187=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABBB is #615444. Grayscale: #A8A8A8. Windows color (decimal): -6378565 or 12299166. OLE color: 12299166.

HSL color Cylindrical-coordinate representation of color #9EABBB: hue angle of 213.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EABBB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158171187-
CMYK0.160.0900.27
HSL213.1º17.58%67.65%-
HSV(B)213.1º15.51%73.33%-
XYZ37.6339.9852.75-
YUV168.94138.19120.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=30.62%
G=33.14%
B=36.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581711870.160.0900.27213.117.5867.65
Hex9EABBB10901Bd51244
Octal236253273201103332522104
Binary10011110101010111011101110000100101101111010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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