#9BBCD0

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

Shades of Regent St Blue #9BBCD0

Tints of Regent St Blue #9BBCD0

Color information

#9BBCD0 (or 0x9BBCD0) is unknown color: approx Regent St Blue. HEX triplet: 9B, BC and D0. RGB value is (155,188,208). Sum of RGB (Red+Green+Blue) = 155+188+208=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCD0 is #64432F. Grayscale: #B4B4B4. Windows color (decimal): -6570800 or 13679771. OLE color: 13679771.

HSL color Cylindrical-coordinate representation of color #9BBCD0: hue angle of 202.64º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBCD0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155188208-
CMYK0.250.1000.18
HSL202.64º36.05%71.18%-
HSV(B)202.64º25.48%81.57%-
XYZ42.8947.4966.58-
YUV180.41143.57109.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=28.13%
G=34.12%
B=37.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551882080.250.1000.18202.6436.0571.18
Hex9BBCD019A012cb2447
Octal233274320311202231344107
Binary100110111011110011010000110011010010010110010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,208); }

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

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

 a { background-color: rgb(155,188,208); }

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

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

 span { border-color: rgb(155,188,208); }

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