Html Css Color HEX #9ECDDB Regent St Blue

📋 copy color: '#9ECDDB'

red 158 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #9ECDDB

Tints of Regent St Blue #9ECDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

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

R = 27.15%
G = 35.22%
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

#9ECDDB (or 0x9ECDDB) is known color: Regent St Blue. HEX triplet: 9E, CD and DB. RGB value is (158,205,219). Sum of RGB (Red+Green+Blue) = 158+205+219=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 205 (80.47% from 255 or 35.22% 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 #9ECDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDDB is #613224. Grayscale: #C0C0C0. Windows color (decimal): -6369829 or 14405022. OLE color: 14405022.

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

Color convert

RGB 158 205 219 -
CMYK 0.28 0.06 0 0.14
HSL 193.77º 0.46% 0.74% -
HSV(B) 193.77º 0.28% 0.86% -
XYZ 48.72 56.05 75.27 -
YUV 192.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 158 205 219 0.28 0.06 0 0.14 193.77 0.46 0.74
Hex 9E CD DB 1C 6 0 E C2 2E 4A
Octal 236 315 333 34 6 0 16 302 56 112
Binary 10011110 11001101 11011011 11100 110 0 1110 11000010 101110 1001010

Color Harmonies of #9ECDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECDDB

Black with #9ECDDB

Text Example


Text Example

White with #9ECDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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