#9BBBD2

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

Shades of Regent St Blue #9BBBD2

Tints of Regent St Blue #9BBBD2

Color information

#9BBBD2 (or 0x9BBBD2) is unknown color: approx Regent St Blue. HEX triplet: 9B, BB and D2. RGB value is (155,187,210). Sum of RGB (Red+Green+Blue) = 155+187+210=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #9BBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBD2 is #64442D. Grayscale: #B3B3B3. Windows color (decimal): -6571054 or 13810587. OLE color: 13810587.

HSL color Cylindrical-coordinate representation of color #9BBBD2: hue angle of 205.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BBBD2 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155187210-
CMYK0.260.1100.18
HSL205.09º37.93%71.57%-
HSV(B)205.09º26.19%82.35%-
XYZ42.9247.1667.81-
YUV180.05144.9110.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=28.08%
G=33.88%
B=38.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551872100.260.1100.18205.0937.9371.57
Hex9BBBD21AB012cd2648
Octal233273322321302231546110
Binary100110111011101111010010110101011010010110011011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,187,210); }

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

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

 a { background-color: rgb(155,187,210); }

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

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

 span { border-color: rgb(155,187,210); }

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