Html Css Color HEX #9DCEDB Regent St Blue

📋 copy color: '#9DCEDB'

red 157 ◦ green 206 ◦ blue 219

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

Shades of Regent St Blue #9DCEDB

Tints of Regent St Blue #9DCEDB

RGB

 RED value IS 157 (61.72% from 255) = 26.98%

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 26.98%
G = 35.4%
B = 37.63%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCEDB (or 0x9DCEDB) is known color: Regent St Blue. HEX triplet: 9D, CE and DB. RGB value is (157,206,219). Sum of RGB (Red+Green+Blue) = 157+206+219=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDB is #623124. Grayscale: #C0C0C0. Windows color (decimal): -6435109 or 14405277. OLE color: 14405277.

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

Color convert

RGB 157 206 219 -
CMYK 0.28 0.06 0 0.14
HSL 192.58º 0.46% 0.74% -
HSV(B) 192.58º 0.28% 0.86% -
XYZ 48.76 56.43 75.34 -
YUV 192.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 157 206 219 0.28 0.06 0 0.14 192.58 0.46 0.74
Hex 9D CE DB 1C 6 0 E C1 2E 4A
Octal 235 316 333 34 6 0 16 301 56 112
Binary 10011101 11001110 11011011 11100 110 0 1110 11000001 101110 1001010

Color Harmonies of #9DCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEDB

Black with #9DCEDB

Text Example


Text Example

White with #9DCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,206,219); }

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

background-color css

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

 a { background-color: rgb(157,206,219); }

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

border-color css

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

 span { border-color: rgb(157,206,219); }

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