Shades of Seagull #7BBCDB
Tints of Seagull #7BBCDB
RGB
CMYK
RGB Variations
Color information
#7BBCDB (or 0x7BBCDB) is known color: Seagull. HEX triplet: 7B, BC and DB. RGB value is (123,188,219). Sum of RGB (Red+Green+Blue) = 123+188+219=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCDB is #844324. Grayscale: #ABABAB. Windows color (decimal): -8667941 or 14400635. OLE color: 14400635.
HSL color Cylindrical-coordinate representation of color #7BBCDB: hue angle of 199.38º 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 #7BBCDB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 188 | 219 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.14 |
| HSL | 199.38º | 0.57% | 0.67% | - |
| HSV(B) | 199.38º | 0.44% | 0.86% | - |
| XYZ | 38.94 | 45.29 | 73.71 | - |
| YUV | 172.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 219 | 0.44 | 0.14 | 0 | 0.14 | 199.38 | 0.57 | 0.67 |
| Hex | 7B | BC | DB | 2C | E | 0 | E | C7 | 39 | 43 |
| Octal | 173 | 274 | 333 | 54 | 16 | 0 | 16 | 307 | 71 | 103 |
| Binary | 1111011 | 10111100 | 11011011 | 101100 | 1110 | 0 | 1110 | 11000111 | 111001 | 1000011 |
Color Harmonies of #7BBCDB
Complementary color
Monochromatic Colors of #7BBCDB
Black with #7BBCDB
Text Example
Text Example
White with #7BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCDB; }
p { color: rgb(123,188,219); }
H1.HeaderClassName
{
color: #7BBCDB;
}
.AnyTagClassName
{
color: #7BBCDB;
}
</style>
background-color css
<style>
a { background-color: #7BBCDB; }
a { background-color: rgb(123,188,219); }
div.DivClassName
{
background-color: #7BBCDB;
}
.BgClassName
{
background-color: #7BBCDB;
}
</style>
border-color css
<style>
span { border-color: #7BBCDB; }
span { border-color: rgb(123,188,219); }
td.TdClassName
{
border-color: #7BBCDB;
}
.TagClassName
{
border-color: #7BBCDB;
}
</style>