Html Css Color HEX #9ECBDA Regent St Blue

📋 copy color: '#9ECBDA'

red 158 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #9ECBDA

Tints of Regent St Blue #9ECBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

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

R = 27.29%
G = 35.06%
B = 37.65%

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

#9ECBDA (or 0x9ECBDA) is known color: Regent St Blue. HEX triplet: 9E, CB and DA. RGB value is (158,203,218). Sum of RGB (Red+Green+Blue) = 158+203+218=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ECBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBDA is #613425. Grayscale: #BFBFBF. Windows color (decimal): -6370342 or 14338974. OLE color: 14338974.

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

Color convert

RGB 158 203 218 -
CMYK 0.28 0.07 0 0.15
HSL 195º 0.45% 0.74% -
HSV(B) 195º 0.28% 0.85% -
XYZ 48.11 55.04 74.42 -
YUV 191.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 158 203 218 0.28 0.07 0 0.15 195 0.45 0.74
Hex 9E CB DA 1C 7 0 F C3 2D 4A
Octal 236 313 332 34 7 0 17 303 55 112
Binary 10011110 11001011 11011010 11100 111 0 1111 11000011 101101 1001010

Color Harmonies of #9ECBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBDA

Black with #9ECBDA

Text Example


Text Example

White with #9ECBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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