#9DD2DB

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

Shades of Regent St Blue #9DD2DB

Tints of Regent St Blue #9DD2DB

Color information

#9DD2DB (or 0x9DD2DB) is unknown color: approx Regent St Blue. HEX triplet: 9D, D2 and DB. RGB value is (157,210,219). Sum of RGB (Red+Green+Blue) = 157+210+219=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD2DB is #622D24. Grayscale: #C3C3C3. Windows color (decimal): -6434085 or 14406301. OLE color: 14406301.

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

Color convert

RGB157210219-
CMYK0.280.0400.14
HSL188.71º46.27%73.73%-
HSV(B)188.71º28.31%85.88%-
XYZ49.7458.3875.66-
YUV195.18141.44100.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=26.79%
G=35.84%
B=37.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572102190.280.0400.14188.7146.2773.73
Hex9DD2DB1C40Ebd2e4a
Octal23532233334401627556112
Binary1001110111010010110110111110010001110101111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,219); }

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

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

 a { background-color: rgb(157,210,219); }

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

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

 span { border-color: rgb(157,210,219); }

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