#9EC5CD

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

Shades of Regent St Blue #9EC5CD

Tints of Regent St Blue #9EC5CD

Color information

#9EC5CD (or 0x9EC5CD) is unknown color: approx Regent St Blue. HEX triplet: 9E, C5 and CD. RGB value is (158,197,205). Sum of RGB (Red+Green+Blue) = 158+197+205=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC5CD is #613A32. Grayscale: #BABABA. Windows color (decimal): -6371891 or 13485470. OLE color: 13485470.

HSL color Cylindrical-coordinate representation of color #9EC5CD: hue angle of 190.21º 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 #9EC5CD is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158197205-
CMYK0.230.0400.20
HSL190.21º31.97%71.18%-
HSV(B)190.21º22.93%80.39%-
XYZ45.0951.6165.34-
YUV186.25138.58107.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=28.21%
G=35.18%
B=36.61%

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
Decimal1581972050.230.0400.20190.2131.9771.18
Hex9EC5CD174014be2047
Octal23630531527402427640107
Binary10011110110001011100110110111100010100101111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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