Shades of Seagull #7BBDE2
Tints of Seagull #7BBDE2
RGB
CMYK
RGB Variations
Color information
#7BBDE2 (or 0x7BBDE2) is known color: Seagull. HEX triplet: 7B, BD and E2. RGB value is (123,189,226). Sum of RGB (Red+Green+Blue) = 123+189+226=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #7BBDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDE2 is #84421D. Grayscale: #ADADAD. Windows color (decimal): -8667678 or 14859643. OLE color: 14859643.
HSL color Cylindrical-coordinate representation of color #7BBDE2: hue angle of 201.55º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BBDE2 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 189 | 226 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.11 |
| HSL | 201.55º | 0.64% | 0.68% | - |
| HSV(B) | 201.55º | 0.46% | 0.89% | - |
| XYZ | 40.09 | 46.1 | 78.74 | - |
| YUV | 173.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 226 | 0.46 | 0.16 | 0 | 0.11 | 201.55 | 0.64 | 0.68 |
| Hex | 7B | BD | E2 | 2E | 10 | 0 | B | CA | 40 | 44 |
| Octal | 173 | 275 | 342 | 56 | 20 | 0 | 13 | 312 | 100 | 104 |
| Binary | 1111011 | 10111101 | 11100010 | 101110 | 10000 | 0 | 1011 | 11001010 | 1000000 | 1000100 |
Color Harmonies of #7BBDE2
Complementary color
Monochromatic Colors of #7BBDE2
Black with #7BBDE2
Text Example
Text Example
White with #7BBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDE2; }
p { color: rgb(123,189,226); }
H1.HeaderClassName
{
color: #7BBDE2;
}
.AnyTagClassName
{
color: #7BBDE2;
}
</style>
background-color css
<style>
a { background-color: #7BBDE2; }
a { background-color: rgb(123,189,226); }
div.DivClassName
{
background-color: #7BBDE2;
}
.BgClassName
{
background-color: #7BBDE2;
}
</style>
border-color css
<style>
span { border-color: #7BBDE2; }
span { border-color: rgb(123,189,226); }
td.TdClassName
{
border-color: #7BBDE2;
}
.TagClassName
{
border-color: #7BBDE2;
}
</style>