#9ECDDE

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

Shades of Regent St Blue #9ECDDE

Tints of Regent St Blue #9ECDDE

Color information

#9ECDDE (or 0x9ECDDE) is unknown color: approx Regent St Blue. HEX triplet: 9E, CD and DE. RGB value is (158,205,222). Sum of RGB (Red+Green+Blue) = 158+205+222=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ECDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDDE is #613221. Grayscale: #C0C0C0. Windows color (decimal): -6369826 or 14601630. OLE color: 14601630.

HSL color Cylindrical-coordinate representation of color #9ECDDE: hue angle of 195.94º 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 #9ECDDE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158205222-
CMYK0.290.0800.13
HSL195.94º49.23%74.51%-
HSV(B)195.94º28.83%87.06%-
XYZ49.1256.2177.37-
YUV192.88144.43103.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=27.01%
G=35.04%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582052220.290.0800.13195.9449.2374.51
Hex9ECDDE1D80Dc4314b
Octal236315336351001530461113
Binary10011110110011011101111011101100001101110001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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