#9ECADB

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

Shades of Regent St Blue #9ECADB

Tints of Regent St Blue #9ECADB

Color information

#9ECADB (or 0x9ECADB) is unknown color: approx Regent St Blue. HEX triplet: 9E, CA and DB. RGB value is (158,202,219). Sum of RGB (Red+Green+Blue) = 158+202+219=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ECADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECADB is #613524. Grayscale: #BEBEBE. Windows color (decimal): -6370597 or 14404254. OLE color: 14404254.

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

Color convert

RGB158202219-
CMYK0.280.0800.14
HSL196.72º45.86%73.92%-
HSV(B)196.72º27.85%85.88%-
XYZ48.0154.6275.03-
YUV190.78143.92104.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=27.29%
G=34.89%
B=37.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582022190.280.0800.14196.7245.8673.92
Hex9ECADB1C80Ec52e4a
Octal236312333341001630556112
Binary10011110110010101101101111100100001110110001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,202,219); }

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

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

 a { background-color: rgb(158,202,219); }

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

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

 span { border-color: rgb(158,202,219); }

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