#9DCCDE

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

Shades of Regent St Blue #9DCCDE

Tints of Regent St Blue #9DCCDE

Color information

#9DCCDE (or 0x9DCCDE) is unknown color: approx Regent St Blue. HEX triplet: 9D, CC and DE. RGB value is (157,204,222). Sum of RGB (Red+Green+Blue) = 157+204+222=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDE is #623321. Grayscale: #BFBFBF. Windows color (decimal): -6435618 or 14601373. OLE color: 14601373.

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

Color convert

RGB157204222-
CMYK0.290.0800.13
HSL196.62º49.62%74.31%-
HSV(B)196.62º29.28%87.06%-
XYZ48.6855.6377.28-
YUV192144.93103.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=26.93%
G=34.99%
B=38.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572042220.290.0800.13196.6249.6274.31
Hex9DCCDE1D80Dc5324a
Octal235314336351001530562112
Binary10011101110011001101111011101100001101110001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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