Shades of Seagull #7FBBCB
Tints of Seagull #7FBBCB
RGB
CMYK
RGB Variations
Color information
#7FBBCB (or 0x7FBBCB) is known color: Seagull. HEX triplet: 7F, BB and CB. RGB value is (127,187,203). Sum of RGB (Red+Green+Blue) = 127+187+203=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBCB is #804434. Grayscale: #AAAAAA. Windows color (decimal): -8406069 or 13351807. OLE color: 13351807.
HSL color Cylindrical-coordinate representation of color #7FBBCB: hue angle of 192.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FBBCB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 187 | 203 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.20 |
| HSL | 192.63º | 0.42% | 0.65% | - |
| HSV(B) | 192.63º | 0.37% | 0.8% | - |
| XYZ | 37.3 | 44.36 | 63.1 | - |
| YUV | 170.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 203 | 0.37 | 0.08 | 0 | 0.20 | 192.63 | 0.42 | 0.65 |
| Hex | 7F | BB | CB | 25 | 8 | 0 | 14 | C1 | 2A | 41 |
| Octal | 177 | 273 | 313 | 45 | 10 | 0 | 24 | 301 | 52 | 101 |
| Binary | 1111111 | 10111011 | 11001011 | 100101 | 1000 | 0 | 10100 | 11000001 | 101010 | 1000001 |
Color Harmonies of #7FBBCB
Complementary color
Monochromatic Colors of #7FBBCB
Black with #7FBBCB
Text Example
Text Example
White with #7FBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBCB; }
p { color: rgb(127,187,203); }
H1.HeaderClassName
{
color: #7FBBCB;
}
.AnyTagClassName
{
color: #7FBBCB;
}
</style>
background-color css
<style>
a { background-color: #7FBBCB; }
a { background-color: rgb(127,187,203); }
div.DivClassName
{
background-color: #7FBBCB;
}
.BgClassName
{
background-color: #7FBBCB;
}
</style>
border-color css
<style>
span { border-color: #7FBBCB; }
span { border-color: rgb(127,187,203); }
td.TdClassName
{
border-color: #7FBBCB;
}
.TagClassName
{
border-color: #7FBBCB;
}
</style>