Shades of Seagull #7BADD1
Tints of Seagull #7BADD1
RGB
CMYK
RGB Variations
Color information
#7BADD1 (or 0x7BADD1) is known color: Seagull. HEX triplet: 7B, AD and D1. RGB value is (123,173,209). Sum of RGB (Red+Green+Blue) = 123+173+209=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #7BADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADD1 is #84522E. Grayscale: #A1A1A1. Windows color (decimal): -8671791 or 13741435. OLE color: 13741435.
HSL color Cylindrical-coordinate representation of color #7BADD1: hue angle of 205.12º degrees, saturation: 0.48, 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 #7BADD1 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 173 | 209 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.18 |
| HSL | 205.12º | 0.48% | 0.65% | - |
| HSV(B) | 205.12º | 0.41% | 0.82% | - |
| XYZ | 34.62 | 38.7 | 65.97 | - |
| YUV | 162.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 209 | 0.41 | 0.17 | 0 | 0.18 | 205.12 | 0.48 | 0.65 |
| Hex | 7B | AD | D1 | 29 | 11 | 0 | 12 | CD | 30 | 41 |
| Octal | 173 | 255 | 321 | 51 | 21 | 0 | 22 | 315 | 60 | 101 |
| Binary | 1111011 | 10101101 | 11010001 | 101001 | 10001 | 0 | 10010 | 11001101 | 110000 | 1000001 |
Color Harmonies of #7BADD1
Complementary color
Monochromatic Colors of #7BADD1
Black with #7BADD1
Text Example
Text Example
White with #7BADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADD1; }
p { color: rgb(123,173,209); }
H1.HeaderClassName
{
color: #7BADD1;
}
.AnyTagClassName
{
color: #7BADD1;
}
</style>
background-color css
<style>
a { background-color: #7BADD1; }
a { background-color: rgb(123,173,209); }
div.DivClassName
{
background-color: #7BADD1;
}
.BgClassName
{
background-color: #7BADD1;
}
</style>
border-color css
<style>
span { border-color: #7BADD1; }
span { border-color: rgb(123,173,209); }
td.TdClassName
{
border-color: #7BADD1;
}
.TagClassName
{
border-color: #7BADD1;
}
</style>