#9EC6CD

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

Shades of Regent St Blue #9EC6CD

Tints of Regent St Blue #9EC6CD

Color information

#9EC6CD (or 0x9EC6CD) is unknown color: approx Regent St Blue. HEX triplet: 9E, C6 and CD. RGB value is (158,198,205). Sum of RGB (Red+Green+Blue) = 158+198+205=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC6CD is #613932. Grayscale: #BABABA. Windows color (decimal): -6371635 or 13485726. OLE color: 13485726.

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

Color convert

RGB158198205-
CMYK0.230.0300.20
HSL188.94º31.97%71.18%-
HSV(B)188.94º22.93%80.39%-
XYZ45.3152.0765.42-
YUV186.84138.25107.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=28.16%
G=35.29%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581982050.230.0300.20188.9431.9771.18
Hex9EC6CD173014bd2047
Octal23630631527302427540107
Binary1001111011000110110011011011111010100101111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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