Shades of Seagull #7FBBDC
Tints of Seagull #7FBBDC
RGB
CMYK
RGB Variations
Color information
#7FBBDC (or 0x7FBBDC) is known color: Seagull. HEX triplet: 7F, BB and DC. RGB value is (127,187,220). Sum of RGB (Red+Green+Blue) = 127+187+220=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBDC is #804423. Grayscale: #ACACAC. Windows color (decimal): -8406052 or 14465919. OLE color: 14465919.
HSL color Cylindrical-coordinate representation of color #7FBBDC: hue angle of 201.29º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FBBDC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 187 | 220 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.14 |
| HSL | 201.29º | 0.57% | 0.68% | - |
| HSV(B) | 201.29º | 0.42% | 0.86% | - |
| XYZ | 39.44 | 45.22 | 74.36 | - |
| YUV | 172.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 220 | 0.42 | 0.15 | 0 | 0.14 | 201.29 | 0.57 | 0.68 |
| Hex | 7F | BB | DC | 2A | F | 0 | E | C9 | 39 | 44 |
| Octal | 177 | 273 | 334 | 52 | 17 | 0 | 16 | 311 | 71 | 104 |
| Binary | 1111111 | 10111011 | 11011100 | 101010 | 1111 | 0 | 1110 | 11001001 | 111001 | 1000100 |
Color Harmonies of #7FBBDC
Complementary color
Monochromatic Colors of #7FBBDC
Black with #7FBBDC
Text Example
Text Example
White with #7FBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBDC; }
p { color: rgb(127,187,220); }
H1.HeaderClassName
{
color: #7FBBDC;
}
.AnyTagClassName
{
color: #7FBBDC;
}
</style>
background-color css
<style>
a { background-color: #7FBBDC; }
a { background-color: rgb(127,187,220); }
div.DivClassName
{
background-color: #7FBBDC;
}
.BgClassName
{
background-color: #7FBBDC;
}
</style>
border-color css
<style>
span { border-color: #7FBBDC; }
span { border-color: rgb(127,187,220); }
td.TdClassName
{
border-color: #7FBBDC;
}
.TagClassName
{
border-color: #7FBBDC;
}
</style>