#9ED1DD

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

Shades of Regent St Blue #9ED1DD

Tints of Regent St Blue #9ED1DD

Color information

#9ED1DD (or 0x9ED1DD) is unknown color: approx Regent St Blue. HEX triplet: 9E, D1 and DD. RGB value is (158,209,221). Sum of RGB (Red+Green+Blue) = 158+209+221=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ED1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1DD is #612E22. Grayscale: #C3C3C3. Windows color (decimal): -6368803 or 14537118. OLE color: 14537118.

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

Color convert

RGB158209221-
CMYK0.290.0500.13
HSL191.43º48.09%74.31%-
HSV(B)191.43º28.51%86.67%-
XYZ49.9558.0976.99-
YUV195.12142.6101.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=26.87%
G=35.54%
B=37.59%

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
Decimal1582092210.290.0500.13191.4348.0974.31
Hex9ED1DD1D50Dbf304a
Octal23632133535501527760112
Binary1001111011010001110111011110110101101101111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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