#9DD3DC

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

Shades of Regent St Blue #9DD3DC

Tints of Regent St Blue #9DD3DC

Color information

#9DD3DC (or 0x9DD3DC) is unknown color: approx Regent St Blue. HEX triplet: 9D, D3 and DC. RGB value is (157,211,220). Sum of RGB (Red+Green+Blue) = 157+211+220=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DD3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD3DC is #622C23. Grayscale: #C3C3C3. Windows color (decimal): -6433828 or 14472093. OLE color: 14472093.

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

Color convert

RGB157211220-
CMYK0.290.0400.14
HSL188.57º47.37%73.92%-
HSV(B)188.57º28.64%86.27%-
XYZ50.1258.9276.44-
YUV195.88141.61100.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=26.70%
G=35.88%
B=37.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572112200.290.0400.14188.5747.3773.92
Hex9DD3DC1D40Ebd2f4a
Octal23532333435401627557112
Binary1001110111010011110111001110110001110101111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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