Shades of Seagull #7BBADD
Tints of Seagull #7BBADD
RGB
CMYK
RGB Variations
Color information
#7BBADD (or 0x7BBADD) is known color: Seagull. HEX triplet: 7B, BA and DD. RGB value is (123,186,221). Sum of RGB (Red+Green+Blue) = 123+186+221=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBADD is #844522. Grayscale: #AAAAAA. Windows color (decimal): -8668451 or 14531195. OLE color: 14531195.
HSL color Cylindrical-coordinate representation of color #7BBADD: hue angle of 201.43º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBADD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 186 | 221 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.13 |
| HSL | 201.43º | 0.59% | 0.67% | - |
| HSV(B) | 201.43º | 0.44% | 0.87% | - |
| XYZ | 38.78 | 44.55 | 74.96 | - |
| YUV | 171.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 221 | 0.44 | 0.16 | 0 | 0.13 | 201.43 | 0.59 | 0.67 |
| Hex | 7B | BA | DD | 2C | 10 | 0 | D | C9 | 3B | 43 |
| Octal | 173 | 272 | 335 | 54 | 20 | 0 | 15 | 311 | 73 | 103 |
| Binary | 1111011 | 10111010 | 11011101 | 101100 | 10000 | 0 | 1101 | 11001001 | 111011 | 1000011 |
Color Harmonies of #7BBADD
Complementary color
Monochromatic Colors of #7BBADD
Black with #7BBADD
Text Example
Text Example
White with #7BBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBADD; }
p { color: rgb(123,186,221); }
H1.HeaderClassName
{
color: #7BBADD;
}
.AnyTagClassName
{
color: #7BBADD;
}
</style>
background-color css
<style>
a { background-color: #7BBADD; }
a { background-color: rgb(123,186,221); }
div.DivClassName
{
background-color: #7BBADD;
}
.BgClassName
{
background-color: #7BBADD;
}
</style>
border-color css
<style>
span { border-color: #7BBADD; }
span { border-color: rgb(123,186,221); }
td.TdClassName
{
border-color: #7BBADD;
}
.TagClassName
{
border-color: #7BBADD;
}
</style>