#9BC9DB

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

Shades of Regent St Blue #9BC9DB

Tints of Regent St Blue #9BC9DB

Color information

#9BC9DB (or 0x9BC9DB) is unknown color: approx Regent St Blue. HEX triplet: 9B, C9 and DB. RGB value is (155,201,219). Sum of RGB (Red+Green+Blue) = 155+201+219=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9DB is #643624. Grayscale: #BDBDBD. Windows color (decimal): -6567461 or 14403995. OLE color: 14403995.

HSL color Cylindrical-coordinate representation of color #9BC9DB: hue angle of 196.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC9DB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155201219-
CMYK0.290.0800.14
HSL196.88º47.06%73.33%-
HSV(B)196.88º29.22%85.88%-
XYZ47.1953.8674.93-
YUV189.3144.76103.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=26.96%
G=34.96%
B=38.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552012190.290.0800.14196.8847.0673.33
Hex9BC9DB1D80Ec52f49
Octal233311333351001630557111
Binary10011011110010011101101111101100001110110001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,201,219); }

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

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

 a { background-color: rgb(155,201,219); }

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

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

 span { border-color: rgb(155,201,219); }

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