Shades of Seagull #7BAFCE
Tints of Seagull #7BAFCE
RGB
CMYK
RGB Variations
Color information
#7BAFCE (or 0x7BAFCE) is known color: Seagull. HEX triplet: 7B, AF and CE. RGB value is (123,175,206). Sum of RGB (Red+Green+Blue) = 123+175+206=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFCE is #845031. Grayscale: #A2A2A2. Windows color (decimal): -8671282 or 13545339. OLE color: 13545339.
HSL color Cylindrical-coordinate representation of color #7BAFCE: hue angle of 202.41º 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 #7BAFCE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 175 | 206 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.19 |
| HSL | 202.41º | 0.46% | 0.65% | - |
| HSV(B) | 202.41º | 0.4% | 0.81% | - |
| XYZ | 34.64 | 39.33 | 64.16 | - |
| YUV | 162.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 206 | 0.40 | 0.15 | 0 | 0.19 | 202.41 | 0.46 | 0.65 |
| Hex | 7B | AF | CE | 28 | F | 0 | 13 | CA | 2E | 41 |
| Octal | 173 | 257 | 316 | 50 | 17 | 0 | 23 | 312 | 56 | 101 |
| Binary | 1111011 | 10101111 | 11001110 | 101000 | 1111 | 0 | 10011 | 11001010 | 101110 | 1000001 |
Color Harmonies of #7BAFCE
Complementary color
Monochromatic Colors of #7BAFCE
Black with #7BAFCE
Text Example
Text Example
White with #7BAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFCE; }
p { color: rgb(123,175,206); }
H1.HeaderClassName
{
color: #7BAFCE;
}
.AnyTagClassName
{
color: #7BAFCE;
}
</style>
background-color css
<style>
a { background-color: #7BAFCE; }
a { background-color: rgb(123,175,206); }
div.DivClassName
{
background-color: #7BAFCE;
}
.BgClassName
{
background-color: #7BAFCE;
}
</style>
border-color css
<style>
span { border-color: #7BAFCE; }
span { border-color: rgb(123,175,206); }
td.TdClassName
{
border-color: #7BAFCE;
}
.TagClassName
{
border-color: #7BAFCE;
}
</style>