#9ECBDD

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

Shades of Regent St Blue #9ECBDD

Tints of Regent St Blue #9ECBDD

Color information

#9ECBDD (or 0x9ECBDD) is unknown color: approx Regent St Blue. HEX triplet: 9E, CB and DD. RGB value is (158,203,221). Sum of RGB (Red+Green+Blue) = 158+203+221=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBDD is #613422. Grayscale: #BFBFBF. Windows color (decimal): -6370339 or 14535582. OLE color: 14535582.

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

Color convert

RGB158203221-
CMYK0.290.0800.13
HSL197.14º48.09%74.31%-
HSV(B)197.14º28.51%86.67%-
XYZ48.5155.276.5-
YUV191.6144.59104.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.15%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=27.15%
G=34.88%
B=37.97%

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
Decimal1582032210.290.0800.13197.1448.0974.31
Hex9ECBDD1D80Dc5304a
Octal236313335351001530560112
Binary10011110110010111101110111101100001101110001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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