Shades of Seagull #7BADCE
Tints of Seagull #7BADCE
RGB
CMYK
RGB Variations
Color information
#7BADCE (or 0x7BADCE) is known color: Seagull. HEX triplet: 7B, AD and CE. RGB value is (123,173,206). Sum of RGB (Red+Green+Blue) = 123+173+206=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADCE is #845231. Grayscale: #A1A1A1. Windows color (decimal): -8671794 or 13544827. OLE color: 13544827.
HSL color Cylindrical-coordinate representation of color #7BADCE: hue angle of 203.86º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BADCE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 173 | 206 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.19 |
| HSL | 203.86º | 0.46% | 0.65% | - |
| HSV(B) | 203.86º | 0.4% | 0.81% | - |
| XYZ | 34.25 | 38.55 | 64.03 | - |
| YUV | 161.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 206 | 0.40 | 0.16 | 0 | 0.19 | 203.86 | 0.46 | 0.65 |
| Hex | 7B | AD | CE | 28 | 10 | 0 | 13 | CC | 2E | 41 |
| Octal | 173 | 255 | 316 | 50 | 20 | 0 | 23 | 314 | 56 | 101 |
| Binary | 1111011 | 10101101 | 11001110 | 101000 | 10000 | 0 | 10011 | 11001100 | 101110 | 1000001 |
Color Harmonies of #7BADCE
Complementary color
Monochromatic Colors of #7BADCE
Black with #7BADCE
Text Example
Text Example
White with #7BADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADCE; }
p { color: rgb(123,173,206); }
H1.HeaderClassName
{
color: #7BADCE;
}
.AnyTagClassName
{
color: #7BADCE;
}
</style>
background-color css
<style>
a { background-color: #7BADCE; }
a { background-color: rgb(123,173,206); }
div.DivClassName
{
background-color: #7BADCE;
}
.BgClassName
{
background-color: #7BADCE;
}
</style>
border-color css
<style>
span { border-color: #7BADCE; }
span { border-color: rgb(123,173,206); }
td.TdClassName
{
border-color: #7BADCE;
}
.TagClassName
{
border-color: #7BADCE;
}
</style>