#9ECCDC

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

Shades of Regent St Blue #9ECCDC

Tints of Regent St Blue #9ECCDC

Color information

#9ECCDC (or 0x9ECCDC) is unknown color: approx Regent St Blue. HEX triplet: 9E, CC and DC. RGB value is (158,204,220). Sum of RGB (Red+Green+Blue) = 158+204+220=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ECCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCDC is #613323. Grayscale: #BFBFBF. Windows color (decimal): -6370084 or 14470302. OLE color: 14470302.

HSL color Cylindrical-coordinate representation of color #9ECCDC: hue angle of 195.48º 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 #9ECCDC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158204220-
CMYK0.280.0700.14
HSL195.48º46.97%74.12%-
HSV(B)195.48º28.18%86.27%-
XYZ48.6155.6275.88-
YUV192.07143.76103.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.15%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=27.15%
G=35.05%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582042200.280.0700.14195.4846.9774.12
Hex9ECCDC1C70Ec32f4a
Octal23631433434701630357112
Binary1001111011001100110111001110011101110110000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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