#9ECCD5

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

Shades of Regent St Blue #9ECCD5

Tints of Regent St Blue #9ECCD5

Color information

#9ECCD5 (or 0x9ECCD5) is unknown color: approx Regent St Blue. HEX triplet: 9E, CC and D5. RGB value is (158,204,213). Sum of RGB (Red+Green+Blue) = 158+204+213=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ECCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCD5 is #61332A. Grayscale: #BFBFBF. Windows color (decimal): -6370091 or 14011550. OLE color: 14011550.

HSL color Cylindrical-coordinate representation of color #9ECCD5: hue angle of 189.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ECCD5 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158204213-
CMYK0.260.0400.16
HSL189.82º39.57%72.75%-
HSV(B)189.82º25.82%83.53%-
XYZ47.755.2671.1-
YUV191.27140.26104.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=27.48%
G=35.48%
B=37.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582042130.260.0400.16189.8239.5772.75
Hex9ECCD51A4010be2849
Octal23631432532402027650111
Binary10011110110011001101010111010100010000101111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,204,213); }

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

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

 a { background-color: rgb(158,204,213); }

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

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

 span { border-color: rgb(158,204,213); }

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