Shades of Seagull #7CBFDB
Tints of Seagull #7CBFDB
RGB
CMYK
RGB Variations
Color information
#7CBFDB (or 0x7CBFDB) is known color: Seagull. HEX triplet: 7C, BF and DB. RGB value is (124,191,219). Sum of RGB (Red+Green+Blue) = 124+191+219=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFDB is #834024. Grayscale: #ADADAD. Windows color (decimal): -8601637 or 14401404. OLE color: 14401404.
HSL color Cylindrical-coordinate representation of color #7CBFDB: hue angle of 197.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CBFDB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 191 | 219 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.14 |
| HSL | 197.68º | 0.57% | 0.67% | - |
| HSV(B) | 197.68º | 0.43% | 0.86% | - |
| XYZ | 39.73 | 46.66 | 73.93 | - |
| YUV | 174.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 219 | 0.43 | 0.13 | 0 | 0.14 | 197.68 | 0.57 | 0.67 |
| Hex | 7C | BF | DB | 2B | D | 0 | E | C6 | 39 | 43 |
| Octal | 174 | 277 | 333 | 53 | 15 | 0 | 16 | 306 | 71 | 103 |
| Binary | 1111100 | 10111111 | 11011011 | 101011 | 1101 | 0 | 1110 | 11000110 | 111001 | 1000011 |
Color Harmonies of #7CBFDB
Complementary color
Monochromatic Colors of #7CBFDB
Black with #7CBFDB
Text Example
Text Example
White with #7CBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBFDB; }
p { color: rgb(124,191,219); }
H1.HeaderClassName
{
color: #7CBFDB;
}
.AnyTagClassName
{
color: #7CBFDB;
}
</style>
background-color css
<style>
a { background-color: #7CBFDB; }
a { background-color: rgb(124,191,219); }
div.DivClassName
{
background-color: #7CBFDB;
}
.BgClassName
{
background-color: #7CBFDB;
}
</style>
border-color css
<style>
span { border-color: #7CBFDB; }
span { border-color: rgb(124,191,219); }
td.TdClassName
{
border-color: #7CBFDB;
}
.TagClassName
{
border-color: #7CBFDB;
}
</style>