Shades of Seagull #7BB1CA
Tints of Seagull #7BB1CA
RGB
CMYK
RGB Variations
Color information
#7BB1CA (or 0x7BB1CA) is known color: Seagull. HEX triplet: 7B, B1 and CA. RGB value is (123,177,202). Sum of RGB (Red+Green+Blue) = 123+177+202=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BB1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB1CA is #844E35. Grayscale: #A3A3A3. Windows color (decimal): -8670774 or 13283707. OLE color: 13283707.
HSL color Cylindrical-coordinate representation of color #7BB1CA: hue angle of 198.99º 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 #7BB1CA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 177 | 202 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.21 |
| HSL | 198.99º | 0.43% | 0.64% | - |
| HSV(B) | 198.99º | 0.39% | 0.79% | - |
| XYZ | 34.55 | 39.92 | 61.76 | - |
| YUV | 163.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 202 | 0.39 | 0.12 | 0 | 0.21 | 198.99 | 0.43 | 0.64 |
| Hex | 7B | B1 | CA | 27 | C | 0 | 15 | C7 | 2B | 40 |
| Octal | 173 | 261 | 312 | 47 | 14 | 0 | 25 | 307 | 53 | 100 |
| Binary | 1111011 | 10110001 | 11001010 | 100111 | 1100 | 0 | 10101 | 11000111 | 101011 | 1000000 |
Color Harmonies of #7BB1CA
Complementary color
Monochromatic Colors of #7BB1CA
Black with #7BB1CA
Text Example
Text Example
White with #7BB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB1CA; }
p { color: rgb(123,177,202); }
H1.HeaderClassName
{
color: #7BB1CA;
}
.AnyTagClassName
{
color: #7BB1CA;
}
</style>
background-color css
<style>
a { background-color: #7BB1CA; }
a { background-color: rgb(123,177,202); }
div.DivClassName
{
background-color: #7BB1CA;
}
.BgClassName
{
background-color: #7BB1CA;
}
</style>
border-color css
<style>
span { border-color: #7BB1CA; }
span { border-color: rgb(123,177,202); }
td.TdClassName
{
border-color: #7BB1CA;
}
.TagClassName
{
border-color: #7BB1CA;
}
</style>