Html Css Color HEX #9EC1C9 Regent St Blue

📋 copy color: '#9EC1C9'

red 158 ◦ green 193 ◦ blue 201

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

Shades of Regent St Blue #9EC1C9

Tints of Regent St Blue #9EC1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 28.62%
G = 34.96%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9EC1C9 (or 0x9EC1C9) is known color: Regent St Blue. HEX triplet: 9E, C1 and C9. RGB value is (158,193,201). Sum of RGB (Red+Green+Blue) = 158+193+201=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #9EC1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC1C9 is #613E36. Grayscale: #B7B7B7. Windows color (decimal): -6372919 or 13222302. OLE color: 13222302.

HSL color Cylindrical-coordinate representation of color #9EC1C9: hue angle of 191.16º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC1C9 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 193 201 -
CMYK 0.21 0.04 0 0.21
HSL 191.16º 0.28% 0.7% -
HSV(B) 191.16º 0.21% 0.79% -
XYZ 43.71 49.63 62.53 -
YUV 183.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 158 193 201 0.21 0.04 0 0.21 191.16 0.28 0.7
Hex 9E C1 C9 15 4 0 15 BF 1C 46
Octal 236 301 311 25 4 0 25 277 34 106
Binary 10011110 11000001 11001001 10101 100 0 10101 10111111 11100 1000110

Color Harmonies of #9EC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC1C9

Black with #9EC1C9

Text Example


Text Example

White with #9EC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,193,201); }

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

background-color css

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

 a { background-color: rgb(158,193,201); }

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

border-color css

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

 span { border-color: rgb(158,193,201); }

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