Shades of Seagull #7AB8CB
Tints of Seagull #7AB8CB
RGB
CMYK
RGB Variations
Color information
#7AB8CB (or 0x7AB8CB) is known color: Seagull. HEX triplet: 7A, B8 and CB. RGB value is (122,184,203). Sum of RGB (Red+Green+Blue) = 122+184+203=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AB8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8CB is #854734. Grayscale: #A7A7A7. Windows color (decimal): -8734517 or 13351034. OLE color: 13351034.
HSL color Cylindrical-coordinate representation of color #7AB8CB: hue angle of 194.07º 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 #7AB8CB is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 184 | 203 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.20 |
| HSL | 194.07º | 0.44% | 0.64% | - |
| HSV(B) | 194.07º | 0.4% | 0.8% | - |
| XYZ | 35.95 | 42.73 | 62.85 | - |
| YUV | 167.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 203 | 0.40 | 0.09 | 0 | 0.20 | 194.07 | 0.44 | 0.64 |
| Hex | 7A | B8 | CB | 28 | 9 | 0 | 14 | C2 | 2C | 40 |
| Octal | 172 | 270 | 313 | 50 | 11 | 0 | 24 | 302 | 54 | 100 |
| Binary | 1111010 | 10111000 | 11001011 | 101000 | 1001 | 0 | 10100 | 11000010 | 101100 | 1000000 |
Color Harmonies of #7AB8CB
Complementary color
Monochromatic Colors of #7AB8CB
Black with #7AB8CB
Text Example
Text Example
White with #7AB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8CB; }
p { color: rgb(122,184,203); }
H1.HeaderClassName
{
color: #7AB8CB;
}
.AnyTagClassName
{
color: #7AB8CB;
}
</style>
background-color css
<style>
a { background-color: #7AB8CB; }
a { background-color: rgb(122,184,203); }
div.DivClassName
{
background-color: #7AB8CB;
}
.BgClassName
{
background-color: #7AB8CB;
}
</style>
border-color css
<style>
span { border-color: #7AB8CB; }
span { border-color: rgb(122,184,203); }
td.TdClassName
{
border-color: #7AB8CB;
}
.TagClassName
{
border-color: #7AB8CB;
}
</style>