#9DCEDF

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

Shades of Regent St Blue #9DCEDF

Tints of Regent St Blue #9DCEDF

Color information

#9DCEDF (or 0x9DCEDF) is unknown color: approx Regent St Blue. HEX triplet: 9D, CE and DF. RGB value is (157,206,223). Sum of RGB (Red+Green+Blue) = 157+206+223=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEDF is #623120. Grayscale: #C1C1C1. Windows color (decimal): -6435105 or 14667421. OLE color: 14667421.

HSL color Cylindrical-coordinate representation of color #9DCEDF: hue angle of 195.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCEDF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157206223-
CMYK0.300.0800.13
HSL195.45º50.77%74.51%-
HSV(B)195.45º29.6%87.45%-
XYZ49.356.6478.15-
YUV193.29144.77102.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=26.79%
G=35.15%
B=38.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572062230.300.0800.13195.4550.7774.51
Hex9DCEDF1E80Dc3334b
Octal235316337361001530363113
Binary10011101110011101101111111110100001101110000111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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