Shades of Seagull #7BBEDC
Tints of Seagull #7BBEDC
RGB
CMYK
RGB Variations
Color information
#7BBEDC (or 0x7BBEDC) is known color: Seagull. HEX triplet: 7B, BE and DC. RGB value is (123,190,220). Sum of RGB (Red+Green+Blue) = 123+190+220=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEDC is #844123. Grayscale: #ADADAD. Windows color (decimal): -8667428 or 14466683. OLE color: 14466683.
HSL color Cylindrical-coordinate representation of color #7BBEDC: hue angle of 198.56º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBEDC is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 190 | 220 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.14 |
| HSL | 198.56º | 0.58% | 0.67% | - |
| HSV(B) | 198.56º | 0.44% | 0.86% | - |
| XYZ | 39.5 | 46.21 | 74.55 | - |
| YUV | 173.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 220 | 0.44 | 0.14 | 0 | 0.14 | 198.56 | 0.58 | 0.67 |
| Hex | 7B | BE | DC | 2C | E | 0 | E | C7 | 3A | 43 |
| Octal | 173 | 276 | 334 | 54 | 16 | 0 | 16 | 307 | 72 | 103 |
| Binary | 1111011 | 10111110 | 11011100 | 101100 | 1110 | 0 | 1110 | 11000111 | 111010 | 1000011 |
Color Harmonies of #7BBEDC
Complementary color
Monochromatic Colors of #7BBEDC
Black with #7BBEDC
Text Example
Text Example
White with #7BBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEDC; }
p { color: rgb(123,190,220); }
H1.HeaderClassName
{
color: #7BBEDC;
}
.AnyTagClassName
{
color: #7BBEDC;
}
</style>
background-color css
<style>
a { background-color: #7BBEDC; }
a { background-color: rgb(123,190,220); }
div.DivClassName
{
background-color: #7BBEDC;
}
.BgClassName
{
background-color: #7BBEDC;
}
</style>
border-color css
<style>
span { border-color: #7BBEDC; }
span { border-color: rgb(123,190,220); }
td.TdClassName
{
border-color: #7BBEDC;
}
.TagClassName
{
border-color: #7BBEDC;
}
</style>