#9DC2CB

Color #9DC2CB Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9DC2CB

Tints of Regent St Blue #9DC2CB

Color information

#9DC2CB (or 0x9DC2CB) is unknown color: approx 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

RGB157194203-
CMYK0.230.0400.20
HSL191.74º30.67%70.59%-
HSV(B)191.74º22.66%79.61%-
XYZ43.9850.0663.85-
YUV183.96138.74108.77-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571942030.230.0400.20191.7430.6770.59
Hex9DC2CB174014c01f47
Octal23530231327402430037107
Binary1001110111000010110010111011110001010011000000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>