Shades of Seagull #7BBCD3
Tints of Seagull #7BBCD3
RGB
CMYK
RGB Variations
Color information
#7BBCD3 (or 0x7BBCD3) is known color: Seagull. HEX triplet: 7B, BC and D3. RGB value is (123,188,211). Sum of RGB (Red+Green+Blue) = 123+188+211=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #7BBCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCD3 is #84432C. Grayscale: #ABABAB. Windows color (decimal): -8667949 or 13876347. OLE color: 13876347.
HSL color Cylindrical-coordinate representation of color #7BBCD3: hue angle of 195.68º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BBCD3 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 188 | 211 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.17 |
| HSL | 195.68º | 0.5% | 0.65% | - |
| HSV(B) | 195.68º | 0.42% | 0.83% | - |
| XYZ | 37.91 | 44.88 | 68.29 | - |
| YUV | 171.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 211 | 0.42 | 0.11 | 0 | 0.17 | 195.68 | 0.5 | 0.65 |
| Hex | 7B | BC | D3 | 2A | B | 0 | 11 | C4 | 32 | 41 |
| Octal | 173 | 274 | 323 | 52 | 13 | 0 | 21 | 304 | 62 | 101 |
| Binary | 1111011 | 10111100 | 11010011 | 101010 | 1011 | 0 | 10001 | 11000100 | 110010 | 1000001 |
Color Harmonies of #7BBCD3
Complementary color
Monochromatic Colors of #7BBCD3
Black with #7BBCD3
Text Example
Text Example
White with #7BBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCD3; }
p { color: rgb(123,188,211); }
H1.HeaderClassName
{
color: #7BBCD3;
}
.AnyTagClassName
{
color: #7BBCD3;
}
</style>
background-color css
<style>
a { background-color: #7BBCD3; }
a { background-color: rgb(123,188,211); }
div.DivClassName
{
background-color: #7BBCD3;
}
.BgClassName
{
background-color: #7BBCD3;
}
</style>
border-color css
<style>
span { border-color: #7BBCD3; }
span { border-color: rgb(123,188,211); }
td.TdClassName
{
border-color: #7BBCD3;
}
.TagClassName
{
border-color: #7BBCD3;
}
</style>