Html Css Color HEX #9EC2CD Regent St Blue

📋 copy color: '#9EC2CD'

red 158 ◦ green 194 ◦ blue 205

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

Shades of Regent St Blue #9EC2CD

Tints of Regent St Blue #9EC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.83%

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

R = 28.37%
G = 34.83%
B = 36.8%

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

#9EC2CD (or 0x9EC2CD) is known color: Regent St Blue. HEX triplet: 9E, C2 and CD. RGB value is (158,194,205). Sum of RGB (Red+Green+Blue) = 158+194+205=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC2CD is #613D32. Grayscale: #B8B8B8. Windows color (decimal): -6372659 or 13484702. OLE color: 13484702.

HSL color Cylindrical-coordinate representation of color #9EC2CD: hue angle of 194.04º 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 #9EC2CD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 194 205 -
CMYK 0.23 0.05 0 0.20
HSL 194.04º 0.32% 0.71% -
HSV(B) 194.04º 0.23% 0.8% -
XYZ 44.41 50.26 65.12 -
YUV 184.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 158 194 205 0.23 0.05 0 0.20 194.04 0.32 0.71
Hex 9E C2 CD 17 5 0 14 C2 20 47
Octal 236 302 315 27 5 0 24 302 40 107
Binary 10011110 11000010 11001101 10111 101 0 10100 11000010 100000 1000111

Color Harmonies of #9EC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC2CD

Black with #9EC2CD

Text Example


Text Example

White with #9EC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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