Shades of Seagull #7BAECF
Tints of Seagull #7BAECF
RGB
CMYK
RGB Variations
Color information
#7BAECF (or 0x7BAECF) is known color: Seagull. HEX triplet: 7B, AE and CF. RGB value is (123,174,207). Sum of RGB (Red+Green+Blue) = 123+174+207=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAECF is #845130. Grayscale: #A2A2A2. Windows color (decimal): -8671537 or 13610619. OLE color: 13610619.
HSL color Cylindrical-coordinate representation of color #7BAECF: hue angle of 203.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BAECF is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 174 | 207 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.19 |
| HSL | 203.57º | 0.47% | 0.65% | - |
| HSV(B) | 203.57º | 0.41% | 0.81% | - |
| XYZ | 34.57 | 38.99 | 64.74 | - |
| YUV | 162.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 207 | 0.41 | 0.16 | 0 | 0.19 | 203.57 | 0.47 | 0.65 |
| Hex | 7B | AE | CF | 29 | 10 | 0 | 13 | CC | 2F | 41 |
| Octal | 173 | 256 | 317 | 51 | 20 | 0 | 23 | 314 | 57 | 101 |
| Binary | 1111011 | 10101110 | 11001111 | 101001 | 10000 | 0 | 10011 | 11001100 | 101111 | 1000001 |
Color Harmonies of #7BAECF
Complementary color
Monochromatic Colors of #7BAECF
Black with #7BAECF
Text Example
Text Example
White with #7BAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAECF; }
p { color: rgb(123,174,207); }
H1.HeaderClassName
{
color: #7BAECF;
}
.AnyTagClassName
{
color: #7BAECF;
}
</style>
background-color css
<style>
a { background-color: #7BAECF; }
a { background-color: rgb(123,174,207); }
div.DivClassName
{
background-color: #7BAECF;
}
.BgClassName
{
background-color: #7BAECF;
}
</style>
border-color css
<style>
span { border-color: #7BAECF; }
span { border-color: rgb(123,174,207); }
td.TdClassName
{
border-color: #7BAECF;
}
.TagClassName
{
border-color: #7BAECF;
}
</style>