#9EADC1

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

Shades of Rock Blue #9EADC1

Tints of Rock Blue #9EADC1

Color information

#9EADC1 (or 0x9EADC1) is unknown color: approx Rock Blue. HEX triplet: 9E, AD and C1. RGB value is (158,173,193). Sum of RGB (Red+Green+Blue) = 158+173+193=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADC1 is #61523E. Grayscale: #AAAAAA. Windows color (decimal): -6378047 or 12692894. OLE color: 12692894.

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

Color convert

RGB158173193-
CMYK0.180.1000.24
HSL214.29º22.01%68.82%-
HSV(B)214.29º18.13%75.69%-
XYZ38.6741.0156.33-
YUV170.8140.53118.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=30.15%
G=33.02%
B=36.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581731930.180.1000.24214.2922.0168.82
Hex9EADC112A018d61645
Octal236255301221203032626105
Binary10011110101011011100000110010101001100011010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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