Shades of Seagull #7BBBDB
Tints of Seagull #7BBBDB
RGB
CMYK
RGB Variations
Color information
#7BBBDB (or 0x7BBBDB) is known color: Seagull. HEX triplet: 7B, BB and DB. RGB value is (123,187,219). Sum of RGB (Red+Green+Blue) = 123+187+219=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBDB is #844424. Grayscale: #ABABAB. Windows color (decimal): -8668197 or 14400379. OLE color: 14400379.
HSL color Cylindrical-coordinate representation of color #7BBBDB: hue angle of 200º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBBDB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 187 | 219 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.14 |
| HSL | 200º | 0.57% | 0.67% | - |
| HSV(B) | 200º | 0.44% | 0.86% | - |
| XYZ | 38.72 | 44.87 | 73.64 | - |
| YUV | 171.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 219 | 0.44 | 0.15 | 0 | 0.14 | 200 | 0.57 | 0.67 |
| Hex | 7B | BB | DB | 2C | F | 0 | E | C8 | 39 | 43 |
| Octal | 173 | 273 | 333 | 54 | 17 | 0 | 16 | 310 | 71 | 103 |
| Binary | 1111011 | 10111011 | 11011011 | 101100 | 1111 | 0 | 1110 | 11001000 | 111001 | 1000011 |
Color Harmonies of #7BBBDB
Complementary color
Monochromatic Colors of #7BBBDB
Black with #7BBBDB
Text Example
Text Example
White with #7BBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBDB; }
p { color: rgb(123,187,219); }
H1.HeaderClassName
{
color: #7BBBDB;
}
.AnyTagClassName
{
color: #7BBBDB;
}
</style>
background-color css
<style>
a { background-color: #7BBBDB; }
a { background-color: rgb(123,187,219); }
div.DivClassName
{
background-color: #7BBBDB;
}
.BgClassName
{
background-color: #7BBBDB;
}
</style>
border-color css
<style>
span { border-color: #7BBBDB; }
span { border-color: rgb(123,187,219); }
td.TdClassName
{
border-color: #7BBBDB;
}
.TagClassName
{
border-color: #7BBBDB;
}
</style>