#9DC6CD

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

Shades of Regent St Blue #9DC6CD

Tints of Regent St Blue #9DC6CD

Color information

#9DC6CD (or 0x9DC6CD) is unknown color: approx Regent St Blue. HEX triplet: 9D, C6 and CD. RGB value is (157,198,205). Sum of RGB (Red+Green+Blue) = 157+198+205=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6CD is #623932. Grayscale: #BABABA. Windows color (decimal): -6437171 or 13485725. OLE color: 13485725.

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

Color convert

RGB157198205-
CMYK0.230.0300.20
HSL188.75º32.43%70.98%-
HSV(B)188.75º23.41%80.39%-
XYZ45.1251.9665.41-
YUV186.54138.42106.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=28.04%
G=35.36%
B=36.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571982050.230.0300.20188.7532.4370.98
Hex9DC6CD173014bd2047
Octal23530631527302427540107
Binary1001110111000110110011011011111010100101111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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