Shades of Seagull #7BB4D9
Tints of Seagull #7BB4D9
RGB
CMYK
RGB Variations
Color information
#7BB4D9 (or 0x7BB4D9) is known color: Seagull. HEX triplet: 7B, B4 and D9. RGB value is (123,180,217). Sum of RGB (Red+Green+Blue) = 123+180+217=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #7BB4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4D9 is #844B26. Grayscale: #A6A6A6. Windows color (decimal): -8669991 or 14267515. OLE color: 14267515.
HSL color Cylindrical-coordinate representation of color #7BB4D9: hue angle of 203.62º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BB4D9 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 180 | 217 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.15 |
| HSL | 203.62º | 0.55% | 0.67% | - |
| HSV(B) | 203.62º | 0.43% | 0.85% | - |
| XYZ | 37.01 | 41.86 | 71.78 | - |
| YUV | 167.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 217 | 0.43 | 0.17 | 0 | 0.15 | 203.62 | 0.55 | 0.67 |
| Hex | 7B | B4 | D9 | 2B | 11 | 0 | F | CC | 37 | 43 |
| Octal | 173 | 264 | 331 | 53 | 21 | 0 | 17 | 314 | 67 | 103 |
| Binary | 1111011 | 10110100 | 11011001 | 101011 | 10001 | 0 | 1111 | 11001100 | 110111 | 1000011 |
Color Harmonies of #7BB4D9
Complementary color
Monochromatic Colors of #7BB4D9
Black with #7BB4D9
Text Example
Text Example
White with #7BB4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4D9; }
p { color: rgb(123,180,217); }
H1.HeaderClassName
{
color: #7BB4D9;
}
.AnyTagClassName
{
color: #7BB4D9;
}
</style>
background-color css
<style>
a { background-color: #7BB4D9; }
a { background-color: rgb(123,180,217); }
div.DivClassName
{
background-color: #7BB4D9;
}
.BgClassName
{
background-color: #7BB4D9;
}
</style>
border-color css
<style>
span { border-color: #7BB4D9; }
span { border-color: rgb(123,180,217); }
td.TdClassName
{
border-color: #7BB4D9;
}
.TagClassName
{
border-color: #7BB4D9;
}
</style>