Shades of Seagull #7BADCD
Tints of Seagull #7BADCD
RGB
CMYK
RGB Variations
Color information
#7BADCD (or 0x7BADCD) is known color: Seagull. HEX triplet: 7B, AD and CD. RGB value is (123,173,205). Sum of RGB (Red+Green+Blue) = 123+173+205=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADCD is #845232. Grayscale: #A1A1A1. Windows color (decimal): -8671795 or 13479291. OLE color: 13479291.
HSL color Cylindrical-coordinate representation of color #7BADCD: hue angle of 203.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BADCD is Cyan = 0.4, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 173 | 205 | - |
| CMYK | 0.4 | 0.16 | 0 | 0.20 |
| HSL | 203.41º | 0.45% | 0.64% | - |
| HSV(B) | 203.41º | 0.4% | 0.8% | - |
| XYZ | 34.13 | 38.51 | 63.39 | - |
| YUV | 161.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 205 | 0.4 | 0.16 | 0 | 0.20 | 203.41 | 0.45 | 0.64 |
| Hex | 7B | AD | CD | 28 | 10 | 0 | 14 | CB | 2D | 40 |
| Octal | 173 | 255 | 315 | 50 | 20 | 0 | 24 | 313 | 55 | 100 |
| Binary | 1111011 | 10101101 | 11001101 | 101000 | 10000 | 0 | 10100 | 11001011 | 101101 | 1000000 |
Color Harmonies of #7BADCD
Complementary color
Monochromatic Colors of #7BADCD
Black with #7BADCD
Text Example
Text Example
White with #7BADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADCD; }
p { color: rgb(123,173,205); }
H1.HeaderClassName
{
color: #7BADCD;
}
.AnyTagClassName
{
color: #7BADCD;
}
</style>
background-color css
<style>
a { background-color: #7BADCD; }
a { background-color: rgb(123,173,205); }
div.DivClassName
{
background-color: #7BADCD;
}
.BgClassName
{
background-color: #7BADCD;
}
</style>
border-color css
<style>
span { border-color: #7BADCD; }
span { border-color: rgb(123,173,205); }
td.TdClassName
{
border-color: #7BADCD;
}
.TagClassName
{
border-color: #7BADCD;
}
</style>