Html Css Color HEX #9ECEDB Regent St Blue

📋 copy color: '#9ECEDB'

red 158 ◦ green 206 ◦ blue 219

#9ECEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #9ECEDB

Tints of Regent St Blue #9ECEDB

RGB

 RED value IS 158 (62.11% from 255) = 27.1%

 GREEN value IS 206 (80.86% from 255) = 35.33%

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 27.1%
G = 35.33%
B = 37.56%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ECEDB (or 0x9ECEDB) is known color: Regent St Blue. HEX triplet: 9E, CE and DB. RGB value is (158,206,219). Sum of RGB (Red+Green+Blue) = 158+206+219=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ECEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEDB is #613124. Grayscale: #C1C1C1. Windows color (decimal): -6369573 or 14405278. OLE color: 14405278.

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

Color convert

RGB 158 206 219 -
CMYK 0.28 0.06 0 0.14
HSL 192.79º 0.46% 0.74% -
HSV(B) 192.79º 0.28% 0.86% -
XYZ 48.96 56.53 75.35 -
YUV 193.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 158 206 219 0.28 0.06 0 0.14 192.79 0.46 0.74
Hex 9E CE DB 1C 6 0 E C1 2E 4A
Octal 236 316 333 34 6 0 16 301 56 112
Binary 10011110 11001110 11011011 11100 110 0 1110 11000001 101110 1001010

Color Harmonies of #9ECEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEDB

Black with #9ECEDB

Text Example


Text Example

White with #9ECEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECEDB;
 }
 .AnyTagClassName
 {
   color: #9ECEDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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