Shades of Seagull #7BAFD0
Tints of Seagull #7BAFD0
RGB
CMYK
RGB Variations
Color information
#7BAFD0 (or 0x7BAFD0) is known color: Seagull. HEX triplet: 7B, AF and D0. RGB value is (123,175,208). Sum of RGB (Red+Green+Blue) = 123+175+208=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #7BAFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFD0 is #84502F. Grayscale: #A3A3A3. Windows color (decimal): -8671280 or 13676411. OLE color: 13676411.
HSL color Cylindrical-coordinate representation of color #7BAFD0: hue angle of 203.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BAFD0 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 175 | 208 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.18 |
| HSL | 203.29º | 0.47% | 0.65% | - |
| HSV(B) | 203.29º | 0.41% | 0.82% | - |
| XYZ | 34.88 | 39.42 | 65.45 | - |
| YUV | 163.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 208 | 0.41 | 0.16 | 0 | 0.18 | 203.29 | 0.47 | 0.65 |
| Hex | 7B | AF | D0 | 29 | 10 | 0 | 12 | CB | 2F | 41 |
| Octal | 173 | 257 | 320 | 51 | 20 | 0 | 22 | 313 | 57 | 101 |
| Binary | 1111011 | 10101111 | 11010000 | 101001 | 10000 | 0 | 10010 | 11001011 | 101111 | 1000001 |
Color Harmonies of #7BAFD0
Complementary color
Monochromatic Colors of #7BAFD0
Black with #7BAFD0
Text Example
Text Example
White with #7BAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFD0; }
p { color: rgb(123,175,208); }
H1.HeaderClassName
{
color: #7BAFD0;
}
.AnyTagClassName
{
color: #7BAFD0;
}
</style>
background-color css
<style>
a { background-color: #7BAFD0; }
a { background-color: rgb(123,175,208); }
div.DivClassName
{
background-color: #7BAFD0;
}
.BgClassName
{
background-color: #7BAFD0;
}
</style>
border-color css
<style>
span { border-color: #7BAFD0; }
span { border-color: rgb(123,175,208); }
td.TdClassName
{
border-color: #7BAFD0;
}
.TagClassName
{
border-color: #7BAFD0;
}
</style>