#9DD0DD

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

Shades of Regent St Blue #9DD0DD

Tints of Regent St Blue #9DD0DD

Color information

#9DD0DD (or 0x9DD0DD) is unknown color: approx Regent St Blue. HEX triplet: 9D, D0 and DD. RGB value is (157,208,221). Sum of RGB (Red+Green+Blue) = 157+208+221=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0DD is #622F22. Grayscale: #C2C2C2. Windows color (decimal): -6434595 or 14536861. OLE color: 14536861.

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

Color convert

RGB157208221-
CMYK0.290.0600.13
HSL192.19º48.48%74.12%-
HSV(B)192.19º28.96%86.67%-
XYZ49.5157.576.9-
YUV194.23143.1101.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=26.79%
G=35.49%
B=37.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572082210.290.0600.13192.1948.4874.12
Hex9DD0DD1D60Dc0304a
Octal23532033535601530060112
Binary1001110111010000110111011110111001101110000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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