#9DD0DA

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

Shades of Regent St Blue #9DD0DA

Tints of Regent St Blue #9DD0DA

Color information

#9DD0DA (or 0x9DD0DA) is unknown color: approx Regent St Blue. HEX triplet: 9D, D0 and DA. RGB value is (157,208,218). Sum of RGB (Red+Green+Blue) = 157+208+218=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DD0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0DA is #622F25. Grayscale: #C1C1C1. Windows color (decimal): -6434598 or 14340253. OLE color: 14340253.

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

Color convert

RGB157208218-
CMYK0.280.0500.15
HSL189.84º45.19%73.53%-
HSV(B)189.84º27.98%85.49%-
XYZ49.1257.3474.81-
YUV193.89141.6101.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=26.93%
G=35.68%
B=37.39%

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
Decimal1572082180.280.0500.15189.8445.1973.53
Hex9DD0DA1C50Fbe2d4a
Octal23532033234501727655112
Binary1001110111010000110110101110010101111101111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,208,218); }

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

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

 a { background-color: rgb(157,208,218); }

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

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

 span { border-color: rgb(157,208,218); }

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