#9ED0DC

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

Shades of Regent St Blue #9ED0DC

Tints of Regent St Blue #9ED0DC

Color information

#9ED0DC (or 0x9ED0DC) is unknown color: approx Regent St Blue. HEX triplet: 9E, D0 and DC. RGB value is (158,208,220). Sum of RGB (Red+Green+Blue) = 158+208+220=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ED0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0DC is #612F23. Grayscale: #C2C2C2. Windows color (decimal): -6369060 or 14471326. OLE color: 14471326.

HSL color Cylindrical-coordinate representation of color #9ED0DC: hue angle of 191.61º degrees, saturation: 0.47, 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 #9ED0DC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158208220-
CMYK0.280.0500.14
HSL191.61º46.97%74.12%-
HSV(B)191.61º28.18%86.27%-
XYZ49.5757.5576.21-
YUV194.42142.44102.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=26.96%
G=35.49%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582082200.280.0500.14191.6146.9774.12
Hex9ED0DC1C50Ec02f4a
Octal23632033434501630057112
Binary1001111011010000110111001110010101110110000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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