#9DCEDD

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

Shades of Regent St Blue #9DCEDD

Tints of Regent St Blue #9DCEDD

Color information

#9DCEDD (or 0x9DCEDD) is unknown color: approx Regent St Blue. HEX triplet: 9D, CE and DD. RGB value is (157,206,221). Sum of RGB (Red+Green+Blue) = 157+206+221=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDD is #623122. Grayscale: #C0C0C0. Windows color (decimal): -6435107 or 14536349. OLE color: 14536349.

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

Color convert

RGB157206221-
CMYK0.290.0700.13
HSL194.06º48.48%74.12%-
HSV(B)194.06º28.96%86.67%-
XYZ49.0356.5376.73-
YUV193.06143.77102.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=26.88%
G=35.27%
B=37.84%

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
Decimal1572062210.290.0700.13194.0648.4874.12
Hex9DCEDD1D70Dc2304a
Octal23531633535701530260112
Binary1001110111001110110111011110111101101110000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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