#9BBDCF

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

Shades of Regent St Blue #9BBDCF

Tints of Regent St Blue #9BBDCF

Color information

#9BBDCF (or 0x9BBDCF) is unknown color: approx Regent St Blue. HEX triplet: 9B, BD and CF. RGB value is (155,189,207). Sum of RGB (Red+Green+Blue) = 155+189+207=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDCF is #644230. Grayscale: #B4B4B4. Windows color (decimal): -6570545 or 13614491. OLE color: 13614491.

HSL color Cylindrical-coordinate representation of color #9BBDCF: hue angle of 200.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBDCF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155189207-
CMYK0.250.0900.19
HSL200.77º35.14%70.98%-
HSV(B)200.77º25.12%81.18%-
XYZ42.9847.8766.01-
YUV180.89142.74109.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=28.13%
G=34.30%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551892070.250.0900.19200.7735.1470.98
Hex9BBDCF199013c92347
Octal233275317311102331143107
Binary100110111011110111001111110011001010011110010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,207); }

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

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

 a { background-color: rgb(155,189,207); }

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

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

 span { border-color: rgb(155,189,207); }

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