Html Css Color HEX #9ECADA Regent St Blue

📋 copy color: '#9ECADA'

red 158 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #9ECADA

Tints of Regent St Blue #9ECADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 27.34%
G = 34.95%
B = 37.72%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ECADA (or 0x9ECADA) is known color: Regent St Blue. HEX triplet: 9E, CA and DA. RGB value is (158,202,218). Sum of RGB (Red+Green+Blue) = 158+202+218=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ECADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECADA is #613525. Grayscale: #BEBEBE. Windows color (decimal): -6370598 or 14338718. OLE color: 14338718.

HSL color Cylindrical-coordinate representation of color #9ECADA: hue angle of 196º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ECADA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 202 218 -
CMYK 0.28 0.07 0 0.15
HSL 196º 0.45% 0.74% -
HSV(B) 196º 0.28% 0.85% -
XYZ 47.88 54.57 74.34 -
YUV 190.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 158 202 218 0.28 0.07 0 0.15 196 0.45 0.74
Hex 9E CA DA 1C 7 0 F C4 2D 4A
Octal 236 312 332 34 7 0 17 304 55 112
Binary 10011110 11001010 11011010 11100 111 0 1111 11000100 101101 1001010

Color Harmonies of #9ECADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECADA

Black with #9ECADA

Text Example


Text Example

White with #9ECADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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