#9DD1DD

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

Shades of Regent St Blue #9DD1DD

Tints of Regent St Blue #9DD1DD

Color information

#9DD1DD (or 0x9DD1DD) is unknown color: approx Regent St Blue. HEX triplet: 9D, D1 and DD. RGB value is (157,209,221). Sum of RGB (Red+Green+Blue) = 157+209+221=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD1DD is #622E22. Grayscale: #C2C2C2. Windows color (decimal): -6434339 or 14537117. OLE color: 14537117.

HSL color Cylindrical-coordinate representation of color #9DD1DD: hue angle of 191.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD1DD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157209221-
CMYK0.290.0500.13
HSL191.25º48.48%74.12%-
HSV(B)191.25º28.96%86.67%-
XYZ49.7657.9976.98-
YUV194.82142.77101.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.75%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=26.75%
G=35.60%
B=37.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572092210.290.0500.13191.2548.4874.12
Hex9DD1DD1D50Dbf304a
Octal23532133535501527760112
Binary1001110111010001110111011110110101101101111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,221); }

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

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

 a { background-color: rgb(157,209,221); }

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

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

 span { border-color: rgb(157,209,221); }

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