#9DCEDE

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

Shades of Regent St Blue #9DCEDE

Tints of Regent St Blue #9DCEDE

Color information

#9DCEDE (or 0x9DCEDE) is unknown color: approx Regent St Blue. HEX triplet: 9D, CE and DE. RGB value is (157,206,222). Sum of RGB (Red+Green+Blue) = 157+206+222=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDE is #623121. Grayscale: #C1C1C1. Windows color (decimal): -6435106 or 14601885. OLE color: 14601885.

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

Color convert

RGB157206222-
CMYK0.290.0700.13
HSL194.77º49.62%74.31%-
HSV(B)194.77º29.28%87.06%-
XYZ49.1656.5877.44-
YUV193.17144.27102.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=26.84%
G=35.21%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572062220.290.0700.13194.7749.6274.31
Hex9DCEDE1D70Dc3324a
Octal23531633635701530362112
Binary1001110111001110110111101110111101101110000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,222); }

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

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

 a { background-color: rgb(157,206,222); }

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

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

 span { border-color: rgb(157,206,222); }

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