#9DC7DC

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

Shades of Regent St Blue #9DC7DC

Tints of Regent St Blue #9DC7DC

Color information

#9DC7DC (or 0x9DC7DC) is unknown color: approx Regent St Blue. HEX triplet: 9D, C7 and DC. RGB value is (157,199,220). Sum of RGB (Red+Green+Blue) = 157+199+220=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC7DC is #623823. Grayscale: #BCBCBC. Windows color (decimal): -6436900 or 14469021. OLE color: 14469021.

HSL color Cylindrical-coordinate representation of color #9DC7DC: hue angle of 200º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC7DC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157199220-
CMYK0.290.1000.14
HSL200º47.37%73.92%-
HSV(B)200º28.64%86.27%-
XYZ47.2553.1875.49-
YUV188.84145.59105.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.26%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=27.26%
G=34.55%
B=38.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571992200.290.1000.1420047.3773.92
Hex9DC7DC1DA0Ec82f4a
Octal235307334351201631057112
Binary10011101110001111101110011101101001110110010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,220); }

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

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

 a { background-color: rgb(157,199,220); }

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

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

 span { border-color: rgb(157,199,220); }

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