Html Css Color HEX #9ECBDF Regent St Blue

📋 copy color: '#9ECBDF'

red 158 ◦ green 203 ◦ blue 223

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

Shades of Regent St Blue #9ECBDF

Tints of Regent St Blue #9ECBDF

RGB

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

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

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

R = 27.05%
G = 34.76%
B = 38.18%

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

#9ECBDF (or 0x9ECBDF) is known color: Regent St Blue. HEX triplet: 9E, CB and DF. RGB value is (158,203,223). Sum of RGB (Red+Green+Blue) = 158+203+223=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ECBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBDF is #613420. Grayscale: #BFBFBF. Windows color (decimal): -6370337 or 14666654. OLE color: 14666654.

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

Color convert

RGB 158 203 223 -
CMYK 0.29 0.09 0 0.13
HSL 198.46º 0.5% 0.75% -
HSV(B) 198.46º 0.29% 0.87% -
XYZ 48.78 55.31 77.92 -
YUV 191.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 158 203 223 0.29 0.09 0 0.13 198.46 0.5 0.75
Hex 9E CB DF 1D 9 0 D C6 32 4B
Octal 236 313 337 35 11 0 15 306 62 113
Binary 10011110 11001011 11011111 11101 1001 0 1101 11000110 110010 1001011

Color Harmonies of #9ECBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBDF

Black with #9ECBDF

Text Example


Text Example

White with #9ECBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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