#9DCBDD

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

Shades of Regent St Blue #9DCBDD

Tints of Regent St Blue #9DCBDD

Color information

#9DCBDD (or 0x9DCBDD) is unknown color: approx Regent St Blue. HEX triplet: 9D, CB and DD. RGB value is (157,203,221). Sum of RGB (Red+Green+Blue) = 157+203+221=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDD is #623422. Grayscale: #BFBFBF. Windows color (decimal): -6435875 or 14535581. OLE color: 14535581.

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

Color convert

RGB157203221-
CMYK0.290.0800.13
HSL196.88º48.48%74.12%-
HSV(B)196.88º28.96%86.67%-
XYZ48.3155.176.5-
YUV191.3144.76103.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=27.02%
G=34.94%
B=38.04%

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
Decimal1572032210.290.0800.13196.8848.4874.12
Hex9DCBDD1D80Dc5304a
Octal235313335351001530560112
Binary10011101110010111101110111101100001101110001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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