#9ED1DA

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

Shades of Regent St Blue #9ED1DA

Tints of Regent St Blue #9ED1DA

Color information

#9ED1DA (or 0x9ED1DA) is unknown color: approx Regent St Blue. HEX triplet: 9E, D1 and DA. RGB value is (158,209,218). Sum of RGB (Red+Green+Blue) = 158+209+218=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ED1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1DA is #612E25. Grayscale: #C2C2C2. Windows color (decimal): -6368806 or 14340510. OLE color: 14340510.

HSL color Cylindrical-coordinate representation of color #9ED1DA: hue angle of 189º 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 #9ED1DA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158209218-
CMYK0.280.0400.15
HSL189º44.78%73.73%-
HSV(B)189º27.52%85.49%-
XYZ49.5657.9374.9-
YUV194.78141.1101.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=27.01%
G=35.73%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582092180.280.0400.1518944.7873.73
Hex9ED1DA1C40Fbd2d4a
Octal23632133234401727555112
Binary1001111011010001110110101110010001111101111011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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