#9DBFCD

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

Shades of Regent St Blue #9DBFCD

Tints of Regent St Blue #9DBFCD

Color information

#9DBFCD (or 0x9DBFCD) is unknown color: approx Regent St Blue. HEX triplet: 9D, BF and CD. RGB value is (157,191,205). Sum of RGB (Red+Green+Blue) = 157+191+205=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFCD is #624032. Grayscale: #B6B6B6. Windows color (decimal): -6438963 or 13483933. OLE color: 13483933.

HSL color Cylindrical-coordinate representation of color #9DBFCD: hue angle of 197.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DBFCD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157191205-
CMYK0.230.0700.20
HSL197.5º32.43%70.98%-
HSV(B)197.5º23.41%80.39%-
XYZ43.5548.8464.89-
YUV182.43140.74109.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=28.39%
G=34.54%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571912050.230.0700.20197.532.4370.98
Hex9DBFCD177014c62047
Octal23527731527702430640107
Binary10011101101111111100110110111111010100110001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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