#9ECADE

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

Shades of Regent St Blue #9ECADE

Tints of Regent St Blue #9ECADE

Color information

#9ECADE (or 0x9ECADE) is unknown color: approx Regent St Blue. HEX triplet: 9E, CA and DE. RGB value is (158,202,222). Sum of RGB (Red+Green+Blue) = 158+202+222=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ECADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECADE is #613521. Grayscale: #BFBFBF. Windows color (decimal): -6370594 or 14600862. OLE color: 14600862.

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

Color convert

RGB158202222-
CMYK0.290.0900.13
HSL198.75º49.23%74.51%-
HSV(B)198.75º28.83%87.06%-
XYZ48.4154.7877.13-
YUV191.12145.42104.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.15%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=27.15%
G=34.71%
B=38.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582022220.290.0900.13198.7549.2374.51
Hex9ECADE1D90Dc7314b
Octal236312336351101530761113
Binary10011110110010101101111011101100101101110001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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