Shades of Seagull #7CBFDD
Tints of Seagull #7CBFDD
RGB
CMYK
RGB Variations
Color information
#7CBFDD (or 0x7CBFDD) is known color: Seagull. HEX triplet: 7C, BF and DD. RGB value is (124,191,221). Sum of RGB (Red+Green+Blue) = 124+191+221=536 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.13% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFDD is #834022. Grayscale: #AEAEAE. Windows color (decimal): -8601635 or 14532476. OLE color: 14532476.
HSL color Cylindrical-coordinate representation of color #7CBFDD: hue angle of 198.56º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBFDD is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 191 | 221 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.13 |
| HSL | 198.56º | 0.59% | 0.68% | - |
| HSV(B) | 198.56º | 0.44% | 0.87% | - |
| XYZ | 39.99 | 46.77 | 75.33 | - |
| YUV | 174.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 221 | 0.44 | 0.14 | 0 | 0.13 | 198.56 | 0.59 | 0.68 |
| Hex | 7C | BF | DD | 2C | E | 0 | D | C7 | 3B | 44 |
| Octal | 174 | 277 | 335 | 54 | 16 | 0 | 15 | 307 | 73 | 104 |
| Binary | 1111100 | 10111111 | 11011101 | 101100 | 1110 | 0 | 1101 | 11000111 | 111011 | 1000100 |
Color Harmonies of #7CBFDD
Complementary color
Monochromatic Colors of #7CBFDD
Black with #7CBFDD
Text Example
Text Example
White with #7CBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBFDD; }
p { color: rgb(124,191,221); }
H1.HeaderClassName
{
color: #7CBFDD;
}
.AnyTagClassName
{
color: #7CBFDD;
}
</style>
background-color css
<style>
a { background-color: #7CBFDD; }
a { background-color: rgb(124,191,221); }
div.DivClassName
{
background-color: #7CBFDD;
}
.BgClassName
{
background-color: #7CBFDD;
}
</style>
border-color css
<style>
span { border-color: #7CBFDD; }
span { border-color: rgb(124,191,221); }
td.TdClassName
{
border-color: #7CBFDD;
}
.TagClassName
{
border-color: #7CBFDD;
}
</style>