#9DC3CD

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

Shades of Regent St Blue #9DC3CD

Tints of Regent St Blue #9DC3CD

Color information

#9DC3CD (or 0x9DC3CD) is unknown color: approx Regent St Blue. HEX triplet: 9D, C3 and CD. RGB value is (157,195,205). Sum of RGB (Red+Green+Blue) = 157+195+205=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 195 (76.56% from 255 or 35.01% 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 #9DC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC3CD is #623C32. Grayscale: #B8B8B8. Windows color (decimal): -6437939 or 13484957. OLE color: 13484957.

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

Color convert

RGB157195205-
CMYK0.230.0500.20
HSL192.5º32.43%70.98%-
HSV(B)192.5º23.41%80.39%-
XYZ44.4450.6165.18-
YUV184.78139.41108.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=28.19%
G=35.01%
B=36.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571952050.230.0500.20192.532.4370.98
Hex9DC3CD175014c02047
Octal23530331527502430040107
Binary10011101110000111100110110111101010100110000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,195,205); }

 H1.HeaderClassName
 {
   color: #9DC3CD;
 }
 .AnyTagClassName
 {
   color: #9DC3CD;
 }
</style>
background-color css

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

 a { background-color: rgb(157,195,205); }

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

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

 span { border-color: rgb(157,195,205); }

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