#9DCBDF

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

Shades of Regent St Blue #9DCBDF

Tints of Regent St Blue #9DCBDF

Color information

#9DCBDF (or 0x9DCBDF) is unknown color: approx Regent St Blue. HEX triplet: 9D, CB and DF. RGB value is (157,203,223). Sum of RGB (Red+Green+Blue) = 157+203+223=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDF is #623420. Grayscale: #BFBFBF. Windows color (decimal): -6435873 or 14666653. OLE color: 14666653.

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

Color convert

RGB157203223-
CMYK0.300.0900.13
HSL198.18º50.77%74.51%-
HSV(B)198.18º29.6%87.45%-
XYZ48.5855.2177.91-
YUV191.53145.76103.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=26.93%
G=34.82%
B=38.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572032230.300.0900.13198.1850.7774.51
Hex9DCBDF1E90Dc6334b
Octal235313337361101530663113
Binary10011101110010111101111111110100101101110001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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