Html Css Color HEX #9ECBDB Regent St Blue

📋 copy color: '#9ECBDB'

red 158 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #9ECBDB

Tints of Regent St Blue #9ECBDB

RGB

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

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

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

R = 27.24%
G = 35%
B = 37.76%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ECBDB (or 0x9ECBDB) is known color: Regent St Blue. HEX triplet: 9E, CB and DB. RGB value is (158,203,219). Sum of RGB (Red+Green+Blue) = 158+203+219=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ECBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBDB is #613424. Grayscale: #BFBFBF. Windows color (decimal): -6370341 or 14404510. OLE color: 14404510.

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

Color convert

RGB 158 203 219 -
CMYK 0.28 0.07 0 0.14
HSL 195.74º 0.46% 0.74% -
HSV(B) 195.74º 0.28% 0.86% -
XYZ 48.24 55.1 75.11 -
YUV 191.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 158 203 219 0.28 0.07 0 0.14 195.74 0.46 0.74
Hex 9E CB DB 1C 7 0 E C4 2E 4A
Octal 236 313 333 34 7 0 16 304 56 112
Binary 10011110 11001011 11011011 11100 111 0 1110 11000100 101110 1001010

Color Harmonies of #9ECBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBDB

Black with #9ECBDB

Text Example


Text Example

White with #9ECBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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