#9ED0DD

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

Shades of Regent St Blue #9ED0DD

Tints of Regent St Blue #9ED0DD

Color information

#9ED0DD (or 0x9ED0DD) is unknown color: approx Regent St Blue. HEX triplet: 9E, D0 and DD. RGB value is (158,208,221). Sum of RGB (Red+Green+Blue) = 158+208+221=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ED0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0DD is #612F22. Grayscale: #C2C2C2. Windows color (decimal): -6369059 or 14536862. OLE color: 14536862.

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

Color convert

RGB158208221-
CMYK0.290.0600.13
HSL192.38º48.09%74.31%-
HSV(B)192.38º28.51%86.67%-
XYZ49.7157.676.9-
YUV194.53142.94101.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.92%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=26.92%
G=35.43%
B=37.65%

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
Decimal1582082210.290.0600.13192.3848.0974.31
Hex9ED0DD1D60Dc0304a
Octal23632033535601530060112
Binary1001111011010000110111011110111001101110000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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