#9ECBDB

Color #9ECBDB Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9ECBDB

Tints of Regent St Blue #9ECBDB

Color information

#9ECBDB (or 0x9ECBDB) is unknown color: approx 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

RGB158203219-
CMYK0.280.0700.14
HSL195.74º45.86%73.92%-
HSV(B)195.74º27.85%85.88%-
XYZ48.2455.175.11-
YUV191.37143.59104.2-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582032190.280.0700.14195.7445.8673.92
Hex9ECBDB1C70Ec42e4a
Octal23631333334701630456112
Binary1001111011001011110110111110011101110110001001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>