Html Css Color HEX #9ECADB Regent St Blue

📋 copy color: '#9ECADB'

red 158 ◦ green 202 ◦ blue 219

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

Shades of Regent St Blue #9ECADB

Tints of Regent St Blue #9ECADB

RGB

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

 GREEN value IS 202 (79.3% 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 value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ECADB (or 0x9ECADB) is known color: 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

RGB 158 202 219 -
CMYK 0.28 0.08 0 0.14
HSL 196.72º 0.46% 0.74% -
HSV(B) 196.72º 0.28% 0.86% -
XYZ 48.01 54.62 75.03 -
YUV 190.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 158 202 219 0.28 0.08 0 0.14 196.72 0.46 0.74
Hex 9E CA DB 1C 8 0 E C5 2E 4A
Octal 236 312 333 34 10 0 16 305 56 112
Binary 10011110 11001010 11011011 11100 1000 0 1110 11000101 101110 1001010

Color Harmonies of #9ECADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECADB

Black with #9ECADB

Text Example


Text Example

White with #9ECADB

Text Example


Text Example

HTML Codes & Css Web 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>