Shades of Seagull #7BB0CA
Tints of Seagull #7BB0CA
RGB
CMYK
RGB Variations
Color information
#7BB0CA (or 0x7BB0CA) is known color: Seagull. HEX triplet: 7B, B0 and CA. RGB value is (123,176,202). Sum of RGB (Red+Green+Blue) = 123+176+202=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB0CA is #844F35. Grayscale: #A2A2A2. Windows color (decimal): -8671030 or 13283451. OLE color: 13283451.
HSL color Cylindrical-coordinate representation of color #7BB0CA: hue angle of 199.75º 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 #7BB0CA is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 176 | 202 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.21 |
| HSL | 199.75º | 0.43% | 0.64% | - |
| HSV(B) | 199.75º | 0.39% | 0.79% | - |
| XYZ | 34.35 | 39.53 | 61.7 | - |
| YUV | 163.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 202 | 0.39 | 0.13 | 0 | 0.21 | 199.75 | 0.43 | 0.64 |
| Hex | 7B | B0 | CA | 27 | D | 0 | 15 | C8 | 2B | 40 |
| Octal | 173 | 260 | 312 | 47 | 15 | 0 | 25 | 310 | 53 | 100 |
| Binary | 1111011 | 10110000 | 11001010 | 100111 | 1101 | 0 | 10101 | 11001000 | 101011 | 1000000 |
Color Harmonies of #7BB0CA
Complementary color
Monochromatic Colors of #7BB0CA
Black with #7BB0CA
Text Example
Text Example
White with #7BB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB0CA; }
p { color: rgb(123,176,202); }
H1.HeaderClassName
{
color: #7BB0CA;
}
.AnyTagClassName
{
color: #7BB0CA;
}
</style>
background-color css
<style>
a { background-color: #7BB0CA; }
a { background-color: rgb(123,176,202); }
div.DivClassName
{
background-color: #7BB0CA;
}
.BgClassName
{
background-color: #7BB0CA;
}
</style>
border-color css
<style>
span { border-color: #7BB0CA; }
span { border-color: rgb(123,176,202); }
td.TdClassName
{
border-color: #7BB0CA;
}
.TagClassName
{
border-color: #7BB0CA;
}
</style>