Html Css Color HEX #9ECADF Regent St Blue

📋 copy color: '#9ECADF'

red 158 ◦ green 202 ◦ blue 223

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

Shades of Regent St Blue #9ECADF

Tints of Regent St Blue #9ECADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.65%

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 27.1%
G = 34.65%
B = 38.25%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ECADF (or 0x9ECADF) is known color: Regent St Blue. HEX triplet: 9E, CA and DF. RGB value is (158,202,223). Sum of RGB (Red+Green+Blue) = 158+202+223=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ECADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECADF is #613520. Grayscale: #BFBFBF. Windows color (decimal): -6370593 or 14666398. OLE color: 14666398.

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

Color convert

RGB 158 202 223 -
CMYK 0.29 0.09 0 0.13
HSL 199.38º 0.5% 0.75% -
HSV(B) 199.38º 0.29% 0.87% -
XYZ 48.54 54.84 77.84 -
YUV 191.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 158 202 223 0.29 0.09 0 0.13 199.38 0.5 0.75
Hex 9E CA DF 1D 9 0 D C7 32 4B
Octal 236 312 337 35 11 0 15 307 62 113
Binary 10011110 11001010 11011111 11101 1001 0 1101 11000111 110010 1001011

Color Harmonies of #9ECADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECADF

Black with #9ECADF

Text Example


Text Example

White with #9ECADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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