#9DCBDE

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

Shades of Regent St Blue #9DCBDE

Tints of Regent St Blue #9DCBDE

Color information

#9DCBDE (or 0x9DCBDE) is unknown color: approx Regent St Blue. HEX triplet: 9D, CB and DE. RGB value is (157,203,222). Sum of RGB (Red+Green+Blue) = 157+203+222=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDE is #623421. Grayscale: #BFBFBF. Windows color (decimal): -6435874 or 14601117. OLE color: 14601117.

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

Color convert

RGB157203222-
CMYK0.290.0900.13
HSL197.54º49.62%74.31%-
HSV(B)197.54º29.28%87.06%-
XYZ48.4555.1577.2-
YUV191.41145.26103.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=26.98%
G=34.88%
B=38.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572032220.290.0900.13197.5449.6274.31
Hex9DCBDE1D90Dc6324a
Octal235313336351101530662112
Binary10011101110010111101111011101100101101110001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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