#9ECEDE

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

Shades of Regent St Blue #9ECEDE

Tints of Regent St Blue #9ECEDE

Color information

#9ECEDE (or 0x9ECEDE) is unknown color: approx Regent St Blue. HEX triplet: 9E, CE and DE. RGB value is (158,206,222). Sum of RGB (Red+Green+Blue) = 158+206+222=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ECEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEDE is #613121. Grayscale: #C1C1C1. Windows color (decimal): -6369570 or 14601886. OLE color: 14601886.

HSL color Cylindrical-coordinate representation of color #9ECEDE: hue angle of 195º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECEDE is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158206222-
CMYK0.290.0700.13
HSL195º49.23%74.51%-
HSV(B)195º28.83%87.06%-
XYZ49.3656.6977.45-
YUV193.47144.1102.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=26.96%
G=35.15%
B=37.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582062220.290.0700.1319549.2374.51
Hex9ECEDE1D70Dc3314b
Octal23631633635701530361113
Binary1001111011001110110111101110111101101110000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,222); }

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

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

 a { background-color: rgb(158,206,222); }

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

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

 span { border-color: rgb(158,206,222); }

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