#9DCFD9

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

Shades of Regent St Blue #9DCFD9

Tints of Regent St Blue #9DCFD9

Color information

#9DCFD9 (or 0x9DCFD9) is unknown color: approx Regent St Blue. HEX triplet: 9D, CF and D9. RGB value is (157,207,217). Sum of RGB (Red+Green+Blue) = 157+207+217=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #9DCFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFD9 is #623026. Grayscale: #C1C1C1. Windows color (decimal): -6434855 or 14274461. OLE color: 14274461.

HSL color Cylindrical-coordinate representation of color #9DCFD9: hue angle of 190º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCFD9 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157207217-
CMYK0.280.0500.15
HSL190º44.12%73.33%-
HSV(B)190º27.65%85.1%-
XYZ48.7456.874.04-
YUV193.19141.44102.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=27.02%
G=35.63%
B=37.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572072170.280.0500.1519044.1273.33
Hex9DCFD91C50Fbe2c49
Octal23531733134501727654111
Binary1001110111001111110110011110010101111101111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,217); }

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

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

 a { background-color: rgb(157,207,217); }

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

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

 span { border-color: rgb(157,207,217); }

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