Shades of Seagull #79ABCB
Tints of Seagull #79ABCB
RGB
CMYK
RGB Variations
Color information
#79ABCB (or 0x79ABCB) is known color: Seagull. HEX triplet: 79, AB and CB. RGB value is (121,171,203). Sum of RGB (Red+Green+Blue) = 121+171+203=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #79ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABCB is #865434. Grayscale: #9F9F9F. Windows color (decimal): -8803381 or 13347705. OLE color: 13347705.
HSL color Cylindrical-coordinate representation of color #79ABCB: hue angle of 203.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79ABCB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 171 | 203 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.20 |
| HSL | 203.41º | 0.44% | 0.64% | - |
| HSV(B) | 203.41º | 0.4% | 0.8% | - |
| XYZ | 33.23 | 37.5 | 61.99 | - |
| YUV | 159.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 171 | 203 | 0.40 | 0.16 | 0 | 0.20 | 203.41 | 0.44 | 0.64 |
| Hex | 79 | AB | CB | 28 | 10 | 0 | 14 | CB | 2C | 40 |
| Octal | 171 | 253 | 313 | 50 | 20 | 0 | 24 | 313 | 54 | 100 |
| Binary | 1111001 | 10101011 | 11001011 | 101000 | 10000 | 0 | 10100 | 11001011 | 101100 | 1000000 |
Color Harmonies of #79ABCB
Complementary color
Monochromatic Colors of #79ABCB
Black with #79ABCB
Text Example
Text Example
White with #79ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ABCB; }
p { color: rgb(121,171,203); }
H1.HeaderClassName
{
color: #79ABCB;
}
.AnyTagClassName
{
color: #79ABCB;
}
</style>
background-color css
<style>
a { background-color: #79ABCB; }
a { background-color: rgb(121,171,203); }
div.DivClassName
{
background-color: #79ABCB;
}
.BgClassName
{
background-color: #79ABCB;
}
</style>
border-color css
<style>
span { border-color: #79ABCB; }
span { border-color: rgb(121,171,203); }
td.TdClassName
{
border-color: #79ABCB;
}
.TagClassName
{
border-color: #79ABCB;
}
</style>