#9EABC1

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

Shades of Rock Blue #9EABC1

Tints of Rock Blue #9EABC1

Color information

#9EABC1 (or 0x9EABC1) is unknown color: approx Rock Blue. HEX triplet: 9E, AB and C1. RGB value is (158,171,193). Sum of RGB (Red+Green+Blue) = 158+171+193=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABC1 is #61543E. Grayscale: #A9A9A9. Windows color (decimal): -6378559 or 12692382. OLE color: 12692382.

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

Color convert

RGB158171193-
CMYK0.180.1100.24
HSL217.71º22.01%68.82%-
HSV(B)217.71º18.13%75.69%-
XYZ38.2940.2556.2-
YUV169.62141.19119.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=30.27%
G=32.76%
B=36.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581711930.180.1100.24217.7122.0168.82
Hex9EABC112B018da1645
Octal236253301221303033226105
Binary10011110101010111100000110010101101100011011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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