#9DCDDF

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

Shades of Regent St Blue #9DCDDF

Tints of Regent St Blue #9DCDDF

Color information

#9DCDDF (or 0x9DCDDF) is unknown color: approx Regent St Blue. HEX triplet: 9D, CD and DF. RGB value is (157,205,223). Sum of RGB (Red+Green+Blue) = 157+205+223=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDDF is #623220. Grayscale: #C0C0C0. Windows color (decimal): -6435361 or 14667165. OLE color: 14667165.

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

Color convert

RGB157205223-
CMYK0.300.0800.13
HSL196.36º50.77%74.51%-
HSV(B)196.36º29.6%87.45%-
XYZ49.0656.1678.07-
YUV192.7145.1102.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=26.84%
G=35.04%
B=38.12%

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
Decimal1572052230.300.0800.13196.3650.7774.51
Hex9DCDDF1E80Dc4334b
Octal235315337361001530463113
Binary10011101110011011101111111110100001101110001001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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