Html Css Color HEX #9EC4CB Regent St Blue

📋 copy color: '#9EC4CB'

red 158 ◦ green 196 ◦ blue 203

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

Shades of Regent St Blue #9EC4CB

Tints of Regent St Blue #9EC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.19%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 28.37%
G = 35.19%
B = 36.45%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EC4CB (or 0x9EC4CB) is known color: Regent St Blue. HEX triplet: 9E, C4 and CB. RGB value is (158,196,203). Sum of RGB (Red+Green+Blue) = 158+196+203=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC4CB is #613B34. Grayscale: #B9B9B9. Windows color (decimal): -6372149 or 13354142. OLE color: 13354142.

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

Color convert

RGB 158 196 203 -
CMYK 0.22 0.03 0 0.20
HSL 189.33º 0.3% 0.71% -
HSV(B) 189.33º 0.22% 0.8% -
XYZ 44.62 51.06 64 -
YUV 185.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 158 196 203 0.22 0.03 0 0.20 189.33 0.3 0.71
Hex 9E C4 CB 16 3 0 14 BD 1E 47
Octal 236 304 313 26 3 0 24 275 36 107
Binary 10011110 11000100 11001011 10110 11 0 10100 10111101 11110 1000111

Color Harmonies of #9EC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC4CB

Black with #9EC4CB

Text Example


Text Example

White with #9EC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,196,203); }

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

background-color css

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

 a { background-color: rgb(158,196,203); }

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

border-color css

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

 span { border-color: rgb(158,196,203); }

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