Shades of Seagull #7BAFCC
Tints of Seagull #7BAFCC
RGB
CMYK
RGB Variations
Color information
#7BAFCC (or 0x7BAFCC) is known color: Seagull. HEX triplet: 7B, AF and CC. RGB value is (123,175,204). Sum of RGB (Red+Green+Blue) = 123+175+204=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFCC is #845033. Grayscale: #A2A2A2. Windows color (decimal): -8671284 or 13414267. OLE color: 13414267.
HSL color Cylindrical-coordinate representation of color #7BAFCC: hue angle of 201.48º degrees, saturation: 0.44, 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 #7BAFCC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 175 | 204 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.2 |
| HSL | 201.48º | 0.44% | 0.64% | - |
| HSV(B) | 201.48º | 0.4% | 0.8% | - |
| XYZ | 34.4 | 39.23 | 62.89 | - |
| YUV | 162.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 204 | 0.40 | 0.14 | 0 | 0.2 | 201.48 | 0.44 | 0.64 |
| Hex | 7B | AF | CC | 28 | E | 0 | 14 | C9 | 2C | 40 |
| Octal | 173 | 257 | 314 | 50 | 16 | 0 | 24 | 311 | 54 | 100 |
| Binary | 1111011 | 10101111 | 11001100 | 101000 | 1110 | 0 | 10100 | 11001001 | 101100 | 1000000 |
Color Harmonies of #7BAFCC
Complementary color
Monochromatic Colors of #7BAFCC
Black with #7BAFCC
Text Example
Text Example
White with #7BAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFCC; }
p { color: rgb(123,175,204); }
H1.HeaderClassName
{
color: #7BAFCC;
}
.AnyTagClassName
{
color: #7BAFCC;
}
</style>
background-color css
<style>
a { background-color: #7BAFCC; }
a { background-color: rgb(123,175,204); }
div.DivClassName
{
background-color: #7BAFCC;
}
.BgClassName
{
background-color: #7BAFCC;
}
</style>
border-color css
<style>
span { border-color: #7BAFCC; }
span { border-color: rgb(123,175,204); }
td.TdClassName
{
border-color: #7BAFCC;
}
.TagClassName
{
border-color: #7BAFCC;
}
</style>