#9DC3CC

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

Shades of Regent St Blue #9DC3CC

Tints of Regent St Blue #9DC3CC

Color information

#9DC3CC (or 0x9DC3CC) is unknown color: approx Regent St Blue. HEX triplet: 9D, C3 and CC. RGB value is (157,195,204). Sum of RGB (Red+Green+Blue) = 157+195+204=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC3CC is #623C33. Grayscale: #B8B8B8. Windows color (decimal): -6437940 or 13419421. OLE color: 13419421.

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

Color convert

RGB157195204-
CMYK0.230.0400.2
HSL191.49º31.54%70.78%-
HSV(B)191.49º23.04%80%-
XYZ44.3250.5664.55-
YUV184.66138.91108.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=28.24%
G=35.07%
B=36.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571952040.230.0400.2191.4931.5470.78
Hex9DC3CC174014bf2047
Octal23530331427402427740107
Binary10011101110000111100110010111100010100101111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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