Html Css Color HEX #9DC2CB Regent St Blue

📋 copy color: '#9DC2CB'

red 157 ◦ green 194 ◦ blue 203

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

Shades of Regent St Blue #9DC2CB

Tints of Regent St Blue #9DC2CB

RGB

 RED value IS 157 (61.72% from 255) = 28.34%

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

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

R = 28.34%
G = 35.02%
B = 36.64%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DC2CB (or 0x9DC2CB) is known color: Regent St Blue. HEX triplet: 9D, C2 and CB. RGB value is (157,194,203). Sum of RGB (Red+Green+Blue) = 157+194+203=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2CB is #623D34. Grayscale: #B7B7B7. Windows color (decimal): -6438197 or 13353629. OLE color: 13353629.

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

Color convert

RGB 157 194 203 -
CMYK 0.23 0.04 0 0.20
HSL 191.74º 0.31% 0.71% -
HSV(B) 191.74º 0.23% 0.8% -
XYZ 43.98 50.06 63.85 -
YUV 183.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 157 194 203 0.23 0.04 0 0.20 191.74 0.31 0.71
Hex 9D C2 CB 17 4 0 14 C0 1F 47
Octal 235 302 313 27 4 0 24 300 37 107
Binary 10011101 11000010 11001011 10111 100 0 10100 11000000 11111 1000111

Color Harmonies of #9DC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC2CB

Black with #9DC2CB

Text Example


Text Example

White with #9DC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,194,203); }

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

background-color css

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

 a { background-color: rgb(157,194,203); }

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

border-color css

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

 span { border-color: rgb(157,194,203); }

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