Shades of Seagull #7BBFDB
Tints of Seagull #7BBFDB
RGB
CMYK
RGB Variations
Color information
#7BBFDB (or 0x7BBFDB) is known color: Seagull. HEX triplet: 7B, BF and DB. RGB value is (123,191,219). Sum of RGB (Red+Green+Blue) = 123+191+219=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFDB is #844024. Grayscale: #ADADAD. Windows color (decimal): -8667173 or 14401403. OLE color: 14401403.
HSL color Cylindrical-coordinate representation of color #7BBFDB: hue angle of 197.5º 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 #7BBFDB is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 191 | 219 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.14 |
| HSL | 197.5º | 0.57% | 0.67% | - |
| HSV(B) | 197.5º | 0.44% | 0.86% | - |
| XYZ | 39.59 | 46.59 | 73.92 | - |
| YUV | 173.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 219 | 0.44 | 0.13 | 0 | 0.14 | 197.5 | 0.57 | 0.67 |
| Hex | 7B | BF | DB | 2C | D | 0 | E | C6 | 39 | 43 |
| Octal | 173 | 277 | 333 | 54 | 15 | 0 | 16 | 306 | 71 | 103 |
| Binary | 1111011 | 10111111 | 11011011 | 101100 | 1101 | 0 | 1110 | 11000110 | 111001 | 1000011 |
Color Harmonies of #7BBFDB
Complementary color
Monochromatic Colors of #7BBFDB
Black with #7BBFDB
Text Example
Text Example
White with #7BBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBFDB; }
p { color: rgb(123,191,219); }
H1.HeaderClassName
{
color: #7BBFDB;
}
.AnyTagClassName
{
color: #7BBFDB;
}
</style>
background-color css
<style>
a { background-color: #7BBFDB; }
a { background-color: rgb(123,191,219); }
div.DivClassName
{
background-color: #7BBFDB;
}
.BgClassName
{
background-color: #7BBFDB;
}
</style>
border-color css
<style>
span { border-color: #7BBFDB; }
span { border-color: rgb(123,191,219); }
td.TdClassName
{
border-color: #7BBFDB;
}
.TagClassName
{
border-color: #7BBFDB;
}
</style>