#9BBFD0

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

Shades of Regent St Blue #9BBFD0

Tints of Regent St Blue #9BBFD0

Color information

#9BBFD0 (or 0x9BBFD0) is unknown color: approx Regent St Blue. HEX triplet: 9B, BF and D0. RGB value is (155,191,208). Sum of RGB (Red+Green+Blue) = 155+191+208=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BBFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFD0 is #64402F. Grayscale: #B6B6B6. Windows color (decimal): -6570032 or 13680539. OLE color: 13680539.

HSL color Cylindrical-coordinate representation of color #9BBFD0: hue angle of 199.25º 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 #9BBFD0 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155191208-
CMYK0.250.0800.18
HSL199.25º36.05%71.18%-
HSV(B)199.25º25.48%81.57%-
XYZ43.5348.7866.8-
YUV182.17142.57108.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=27.98%
G=34.48%
B=37.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551912080.250.0800.18199.2536.0571.18
Hex9BBFD0198012c72447
Octal233277320311002230744107
Binary100110111011111111010000110011000010010110001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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