Shades of Seagull #7BBFCA
Tints of Seagull #7BBFCA
RGB
CMYK
RGB Variations
Color information
#7BBFCA (or 0x7BBFCA) is known color: Seagull. HEX triplet: 7B, BF and CA. RGB value is (123,191,202). Sum of RGB (Red+Green+Blue) = 123+191+202=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFCA is #844035. Grayscale: #ABABAB. Windows color (decimal): -8667190 or 13287291. OLE color: 13287291.
HSL color Cylindrical-coordinate representation of color #7BBFCA: hue angle of 188.35º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBFCA is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 191 | 202 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.21 |
| HSL | 188.35º | 0.43% | 0.64% | - |
| HSV(B) | 188.35º | 0.39% | 0.79% | - |
| XYZ | 37.46 | 45.74 | 62.73 | - |
| YUV | 171.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 202 | 0.39 | 0.05 | 0 | 0.21 | 188.35 | 0.43 | 0.64 |
| Hex | 7B | BF | CA | 27 | 5 | 0 | 15 | BC | 2B | 40 |
| Octal | 173 | 277 | 312 | 47 | 5 | 0 | 25 | 274 | 53 | 100 |
| Binary | 1111011 | 10111111 | 11001010 | 100111 | 101 | 0 | 10101 | 10111100 | 101011 | 1000000 |
Color Harmonies of #7BBFCA
Complementary color
Monochromatic Colors of #7BBFCA
Black with #7BBFCA
Text Example
Text Example
White with #7BBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBFCA; }
p { color: rgb(123,191,202); }
H1.HeaderClassName
{
color: #7BBFCA;
}
.AnyTagClassName
{
color: #7BBFCA;
}
</style>
background-color css
<style>
a { background-color: #7BBFCA; }
a { background-color: rgb(123,191,202); }
div.DivClassName
{
background-color: #7BBFCA;
}
.BgClassName
{
background-color: #7BBFCA;
}
</style>
border-color css
<style>
span { border-color: #7BBFCA; }
span { border-color: rgb(123,191,202); }
td.TdClassName
{
border-color: #7BBFCA;
}
.TagClassName
{
border-color: #7BBFCA;
}
</style>