#9BCBD6

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

Shades of Regent St Blue #9BCBD6

Tints of Regent St Blue #9BCBD6

Color information

#9BCBD6 (or 0x9BCBD6) is unknown color: approx Regent St Blue. HEX triplet: 9B, CB and D6. RGB value is (155,203,214). Sum of RGB (Red+Green+Blue) = 155+203+214=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BCBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBD6 is #643429. Grayscale: #BDBDBD. Windows color (decimal): -6566954 or 14076827. OLE color: 14076827.

HSL color Cylindrical-coordinate representation of color #9BCBD6: hue angle of 191.19º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCBD6 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155203214-
CMYK0.280.0500.16
HSL191.19º41.84%72.35%-
HSV(B)191.19º27.57%83.92%-
XYZ47.0154.5471.67-
YUV189.9141.6103.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.10%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=27.10%
G=35.49%
B=37.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552032140.280.0500.16191.1941.8472.35
Hex9BCBD61C5010bf2a48
Octal23331332634502027752110
Binary10011011110010111101011011100101010000101111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,214); }

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

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

 a { background-color: rgb(155,203,214); }

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

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

 span { border-color: rgb(155,203,214); }

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