Shades of Seagull #7BBDCB
Tints of Seagull #7BBDCB
RGB
CMYK
RGB Variations
Color information
#7BBDCB (or 0x7BBDCB) is known color: Seagull. HEX triplet: 7B, BD and CB. RGB value is (123,189,203). Sum of RGB (Red+Green+Blue) = 123+189+203=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDCB is #844234. Grayscale: #AAAAAA. Windows color (decimal): -8667701 or 13352315. OLE color: 13352315.
HSL color Cylindrical-coordinate representation of color #7BBDCB: hue angle of 190.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBDCB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 189 | 203 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.20 |
| HSL | 190.5º | 0.43% | 0.64% | - |
| HSV(B) | 190.5º | 0.39% | 0.8% | - |
| XYZ | 37.15 | 44.92 | 63.21 | - |
| YUV | 170.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 203 | 0.39 | 0.07 | 0 | 0.20 | 190.5 | 0.43 | 0.64 |
| Hex | 7B | BD | CB | 27 | 7 | 0 | 14 | BE | 2B | 40 |
| Octal | 173 | 275 | 313 | 47 | 7 | 0 | 24 | 276 | 53 | 100 |
| Binary | 1111011 | 10111101 | 11001011 | 100111 | 111 | 0 | 10100 | 10111110 | 101011 | 1000000 |
Color Harmonies of #7BBDCB
Complementary color
Monochromatic Colors of #7BBDCB
Black with #7BBDCB
Text Example
Text Example
White with #7BBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDCB; }
p { color: rgb(123,189,203); }
H1.HeaderClassName
{
color: #7BBDCB;
}
.AnyTagClassName
{
color: #7BBDCB;
}
</style>
background-color css
<style>
a { background-color: #7BBDCB; }
a { background-color: rgb(123,189,203); }
div.DivClassName
{
background-color: #7BBDCB;
}
.BgClassName
{
background-color: #7BBDCB;
}
</style>
border-color css
<style>
span { border-color: #7BBDCB; }
span { border-color: rgb(123,189,203); }
td.TdClassName
{
border-color: #7BBDCB;
}
.TagClassName
{
border-color: #7BBDCB;
}
</style>