Shades of Seagull #7BBCDF
Tints of Seagull #7BBCDF
RGB
CMYK
RGB Variations
Color information
#7BBCDF (or 0x7BBCDF) is known color: Seagull. HEX triplet: 7B, BC and DF. RGB value is (123,188,223). Sum of RGB (Red+Green+Blue) = 123+188+223=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCDF is #844320. Grayscale: #ACACAC. Windows color (decimal): -8667937 or 14662779. OLE color: 14662779.
HSL color Cylindrical-coordinate representation of color #7BBCDF: hue angle of 201º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBCDF is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 188 | 223 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.13 |
| HSL | 201º | 0.61% | 0.68% | - |
| HSV(B) | 201º | 0.45% | 0.87% | - |
| XYZ | 39.47 | 45.51 | 76.52 | - |
| YUV | 172.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 223 | 0.45 | 0.16 | 0 | 0.13 | 201 | 0.61 | 0.68 |
| Hex | 7B | BC | DF | 2D | 10 | 0 | D | C9 | 3D | 44 |
| Octal | 173 | 274 | 337 | 55 | 20 | 0 | 15 | 311 | 75 | 104 |
| Binary | 1111011 | 10111100 | 11011111 | 101101 | 10000 | 0 | 1101 | 11001001 | 111101 | 1000100 |
Color Harmonies of #7BBCDF
Complementary color
Monochromatic Colors of #7BBCDF
Black with #7BBCDF
Text Example
Text Example
White with #7BBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCDF; }
p { color: rgb(123,188,223); }
H1.HeaderClassName
{
color: #7BBCDF;
}
.AnyTagClassName
{
color: #7BBCDF;
}
</style>
background-color css
<style>
a { background-color: #7BBCDF; }
a { background-color: rgb(123,188,223); }
div.DivClassName
{
background-color: #7BBCDF;
}
.BgClassName
{
background-color: #7BBCDF;
}
</style>
border-color css
<style>
span { border-color: #7BBCDF; }
span { border-color: rgb(123,188,223); }
td.TdClassName
{
border-color: #7BBCDF;
}
.TagClassName
{
border-color: #7BBCDF;
}
</style>