#9EC3DC

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

Shades of Regent St Blue #9EC3DC

Tints of Regent St Blue #9EC3DC

Color information

#9EC3DC (or 0x9EC3DC) is unknown color: approx Regent St Blue. HEX triplet: 9E, C3 and DC. RGB value is (158,195,220). Sum of RGB (Red+Green+Blue) = 158+195+220=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC3DC is #613C23. Grayscale: #BABABA. Windows color (decimal): -6372388 or 14467998. OLE color: 14467998.

HSL color Cylindrical-coordinate representation of color #9EC3DC: hue angle of 204.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EC3DC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158195220-
CMYK0.280.1100.14
HSL204.19º46.97%74.12%-
HSV(B)204.19º28.18%86.27%-
XYZ46.5351.4775.19-
YUV186.79146.74107.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=27.57%
G=34.03%
B=38.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581952200.280.1100.14204.1946.9774.12
Hex9EC3DC1CB0Ecc2f4a
Octal236303334341301631457112
Binary10011110110000111101110011100101101110110011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,220); }

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

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

 a { background-color: rgb(158,195,220); }

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

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

 span { border-color: rgb(158,195,220); }

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