Html Css Color HEX #9EC3CD Regent St Blue

📋 copy color: '#9EC3CD'

red 158 ◦ green 195 ◦ blue 205

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

Shades of Regent St Blue #9EC3CD

Tints of Regent St Blue #9EC3CD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.95%

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 28.32%
G = 34.95%
B = 36.74%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EC3CD (or 0x9EC3CD) is known color: Regent St Blue. HEX triplet: 9E, C3 and CD. RGB value is (158,195,205). Sum of RGB (Red+Green+Blue) = 158+195+205=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC3CD is #613C32. Grayscale: #B9B9B9. Windows color (decimal): -6372403 or 13484958. OLE color: 13484958.

HSL color Cylindrical-coordinate representation of color #9EC3CD: hue angle of 192.77º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EC3CD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 195 205 -
CMYK 0.23 0.05 0 0.20
HSL 192.77º 0.32% 0.71% -
HSV(B) 192.77º 0.23% 0.8% -
XYZ 44.64 50.71 65.19 -
YUV 185.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 158 195 205 0.23 0.05 0 0.20 192.77 0.32 0.71
Hex 9E C3 CD 17 5 0 14 C1 20 47
Octal 236 303 315 27 5 0 24 301 40 107
Binary 10011110 11000011 11001101 10111 101 0 10100 11000001 100000 1000111

Color Harmonies of #9EC3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC3CD

Black with #9EC3CD

Text Example


Text Example

White with #9EC3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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