Shades of Seagull #7BB4CA
Tints of Seagull #7BB4CA
RGB
CMYK
RGB Variations
Color information
#7BB4CA (or 0x7BB4CA) is known color: Seagull. HEX triplet: 7B, B4 and CA. RGB value is (123,180,202). Sum of RGB (Red+Green+Blue) = 123+180+202=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BB4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4CA is #844B35. Grayscale: #A5A5A5. Windows color (decimal): -8670006 or 13284475. OLE color: 13284475.
HSL color Cylindrical-coordinate representation of color #7BB4CA: hue angle of 196.71º 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 #7BB4CA is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 180 | 202 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.21 |
| HSL | 196.71º | 0.43% | 0.64% | - |
| HSV(B) | 196.71º | 0.39% | 0.79% | - |
| XYZ | 35.15 | 41.12 | 61.96 | - |
| YUV | 165.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 202 | 0.39 | 0.11 | 0 | 0.21 | 196.71 | 0.43 | 0.64 |
| Hex | 7B | B4 | CA | 27 | B | 0 | 15 | C5 | 2B | 40 |
| Octal | 173 | 264 | 312 | 47 | 13 | 0 | 25 | 305 | 53 | 100 |
| Binary | 1111011 | 10110100 | 11001010 | 100111 | 1011 | 0 | 10101 | 11000101 | 101011 | 1000000 |
Color Harmonies of #7BB4CA
Complementary color
Monochromatic Colors of #7BB4CA
Black with #7BB4CA
Text Example
Text Example
White with #7BB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4CA; }
p { color: rgb(123,180,202); }
H1.HeaderClassName
{
color: #7BB4CA;
}
.AnyTagClassName
{
color: #7BB4CA;
}
</style>
background-color css
<style>
a { background-color: #7BB4CA; }
a { background-color: rgb(123,180,202); }
div.DivClassName
{
background-color: #7BB4CA;
}
.BgClassName
{
background-color: #7BB4CA;
}
</style>
border-color css
<style>
span { border-color: #7BB4CA; }
span { border-color: rgb(123,180,202); }
td.TdClassName
{
border-color: #7BB4CA;
}
.TagClassName
{
border-color: #7BB4CA;
}
</style>