Shades of Seagull #7FBBCC
Tints of Seagull #7FBBCC
RGB
CMYK
RGB Variations
Color information
#7FBBCC (or 0x7FBBCC) is known color: Seagull. HEX triplet: 7F, BB and CC. RGB value is (127,187,204). Sum of RGB (Red+Green+Blue) = 127+187+204=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBCC is #804433. Grayscale: #AAAAAA. Windows color (decimal): -8406068 or 13417343. OLE color: 13417343.
HSL color Cylindrical-coordinate representation of color #7FBBCC: hue angle of 193.25º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FBBCC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 187 | 204 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.2 |
| HSL | 193.25º | 0.43% | 0.65% | - |
| HSV(B) | 193.25º | 0.38% | 0.8% | - |
| XYZ | 37.42 | 44.41 | 63.73 | - |
| YUV | 171 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 204 | 0.38 | 0.08 | 0 | 0.2 | 193.25 | 0.43 | 0.65 |
| Hex | 7F | BB | CC | 26 | 8 | 0 | 14 | C1 | 2B | 41 |
| Octal | 177 | 273 | 314 | 46 | 10 | 0 | 24 | 301 | 53 | 101 |
| Binary | 1111111 | 10111011 | 11001100 | 100110 | 1000 | 0 | 10100 | 11000001 | 101011 | 1000001 |
Color Harmonies of #7FBBCC
Complementary color
Monochromatic Colors of #7FBBCC
Black with #7FBBCC
Text Example
Text Example
White with #7FBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBCC; }
p { color: rgb(127,187,204); }
H1.HeaderClassName
{
color: #7FBBCC;
}
.AnyTagClassName
{
color: #7FBBCC;
}
</style>
background-color css
<style>
a { background-color: #7FBBCC; }
a { background-color: rgb(127,187,204); }
div.DivClassName
{
background-color: #7FBBCC;
}
.BgClassName
{
background-color: #7FBBCC;
}
</style>
border-color css
<style>
span { border-color: #7FBBCC; }
span { border-color: rgb(127,187,204); }
td.TdClassName
{
border-color: #7FBBCC;
}
.TagClassName
{
border-color: #7FBBCC;
}
</style>