#9EC4CD

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

Shades of Regent St Blue #9EC4CD

Tints of Regent St Blue #9EC4CD

Color information

#9EC4CD (or 0x9EC4CD) is unknown color: approx Regent St Blue. HEX triplet: 9E, C4 and CD. RGB value is (158,196,205). Sum of RGB (Red+Green+Blue) = 158+196+205=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC4CD is #613B32. Grayscale: #B9B9B9. Windows color (decimal): -6372147 or 13485214. OLE color: 13485214.

HSL color Cylindrical-coordinate representation of color #9EC4CD: hue angle of 191.49º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EC4CD is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158196205-
CMYK0.230.0400.20
HSL191.49º31.97%71.18%-
HSV(B)191.49º22.93%80.39%-
XYZ44.8651.1665.27-
YUV185.66138.91108.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=28.26%
G=35.06%
B=36.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581962050.230.0400.20191.4931.9771.18
Hex9EC4CD174014bf2047
Octal23630431527402427740107
Binary10011110110001001100110110111100010100101111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,196,205); }

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

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

 a { background-color: rgb(158,196,205); }

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

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

 span { border-color: rgb(158,196,205); }

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