#9ECEDD

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

Shades of Regent St Blue #9ECEDD

Tints of Regent St Blue #9ECEDD

Color information

#9ECEDD (or 0x9ECEDD) is unknown color: approx Regent St Blue. HEX triplet: 9E, CE and DD. RGB value is (158,206,221). Sum of RGB (Red+Green+Blue) = 158+206+221=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEDD is #613122. Grayscale: #C1C1C1. Windows color (decimal): -6369571 or 14536350. OLE color: 14536350.

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

Color convert

RGB158206221-
CMYK0.290.0700.13
HSL194.29º48.09%74.31%-
HSV(B)194.29º28.51%86.67%-
XYZ49.2256.6376.74-
YUV193.36143.6102.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=27.01%
G=35.21%
B=37.78%

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
Decimal1582062210.290.0700.13194.2948.0974.31
Hex9ECEDD1D70Dc2304a
Octal23631633535701530260112
Binary1001111011001110110111011110111101101110000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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