#9BBFCD

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

Shades of Regent St Blue #9BBFCD

Tints of Regent St Blue #9BBFCD

Color information

#9BBFCD (or 0x9BBFCD) is unknown color: approx Regent St Blue. HEX triplet: 9B, BF and CD. RGB value is (155,191,205). Sum of RGB (Red+Green+Blue) = 155+191+205=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFCD is #644032. Grayscale: #B5B5B5. Windows color (decimal): -6570035 or 13483931. OLE color: 13483931.

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

Color convert

RGB155191205-
CMYK0.240.0700.20
HSL196.8º33.33%70.59%-
HSV(B)196.8º24.39%80.39%-
XYZ43.1748.6464.87-
YUV181.83141.07108.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=28.13%
G=34.66%
B=37.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551912050.240.0700.20196.833.3370.59
Hex9BBFCD187014c52147
Octal23327731530702430541107
Binary10011011101111111100110111000111010100110001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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