#9EC2CD

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

Shades of Regent St Blue #9EC2CD

Tints of Regent St Blue #9EC2CD

Color information

#9EC2CD (or 0x9EC2CD) is unknown color: approx Regent St Blue. HEX triplet: 9E, C2 and CD. RGB value is (158,194,205). Sum of RGB (Red+Green+Blue) = 158+194+205=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC2CD is #613D32. Grayscale: #B8B8B8. Windows color (decimal): -6372659 or 13484702. OLE color: 13484702.

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

Color convert

RGB158194205-
CMYK0.230.0500.20
HSL194.04º31.97%71.18%-
HSV(B)194.04º22.93%80.39%-
XYZ44.4150.2665.12-
YUV184.49139.57109.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=28.37%
G=34.83%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581942050.230.0500.20194.0431.9771.18
Hex9EC2CD175014c22047
Octal23630231527502430240107
Binary10011110110000101100110110111101010100110000101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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