Shades of Seagull #7BBED6
Tints of Seagull #7BBED6
RGB
CMYK
RGB Variations
Color information
#7BBED6 (or 0x7BBED6) is known color: Seagull. HEX triplet: 7B, BE and D6. RGB value is (123,190,214). Sum of RGB (Red+Green+Blue) = 123+190+214=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BBED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBED6 is #844129. Grayscale: #ACACAC. Windows color (decimal): -8667434 or 14073467. OLE color: 14073467.
HSL color Cylindrical-coordinate representation of color #7BBED6: hue angle of 195.82º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BBED6 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 190 | 214 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.16 |
| HSL | 195.82º | 0.53% | 0.66% | - |
| HSV(B) | 195.82º | 0.43% | 0.84% | - |
| XYZ | 38.72 | 45.89 | 70.44 | - |
| YUV | 172.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 214 | 0.43 | 0.11 | 0 | 0.16 | 195.82 | 0.53 | 0.66 |
| Hex | 7B | BE | D6 | 2B | B | 0 | 10 | C4 | 35 | 42 |
| Octal | 173 | 276 | 326 | 53 | 13 | 0 | 20 | 304 | 65 | 102 |
| Binary | 1111011 | 10111110 | 11010110 | 101011 | 1011 | 0 | 10000 | 11000100 | 110101 | 1000010 |
Color Harmonies of #7BBED6
Complementary color
Monochromatic Colors of #7BBED6
Black with #7BBED6
Text Example
Text Example
White with #7BBED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBED6; }
p { color: rgb(123,190,214); }
H1.HeaderClassName
{
color: #7BBED6;
}
.AnyTagClassName
{
color: #7BBED6;
}
</style>
background-color css
<style>
a { background-color: #7BBED6; }
a { background-color: rgb(123,190,214); }
div.DivClassName
{
background-color: #7BBED6;
}
.BgClassName
{
background-color: #7BBED6;
}
</style>
border-color css
<style>
span { border-color: #7BBED6; }
span { border-color: rgb(123,190,214); }
td.TdClassName
{
border-color: #7BBED6;
}
.TagClassName
{
border-color: #7BBED6;
}
</style>