Shades of Seagull #7BB5CB
Tints of Seagull #7BB5CB
RGB
CMYK
RGB Variations
Color information
#7BB5CB (or 0x7BB5CB) is known color: Seagull. HEX triplet: 7B, B5 and CB. RGB value is (123,181,203). Sum of RGB (Red+Green+Blue) = 123+181+203=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BB5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB5CB is #844A34. Grayscale: #A6A6A6. Windows color (decimal): -8669749 or 13350267. OLE color: 13350267.
HSL color Cylindrical-coordinate representation of color #7BB5CB: hue angle of 196.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 #7BB5CB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 181 | 203 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.20 |
| HSL | 196.5º | 0.43% | 0.64% | - |
| HSV(B) | 196.5º | 0.39% | 0.8% | - |
| XYZ | 35.47 | 41.57 | 62.65 | - |
| YUV | 166.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 203 | 0.39 | 0.11 | 0 | 0.20 | 196.5 | 0.43 | 0.64 |
| Hex | 7B | B5 | CB | 27 | B | 0 | 14 | C4 | 2B | 40 |
| Octal | 173 | 265 | 313 | 47 | 13 | 0 | 24 | 304 | 53 | 100 |
| Binary | 1111011 | 10110101 | 11001011 | 100111 | 1011 | 0 | 10100 | 11000100 | 101011 | 1000000 |
Color Harmonies of #7BB5CB
Complementary color
Monochromatic Colors of #7BB5CB
Black with #7BB5CB
Text Example
Text Example
White with #7BB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB5CB; }
p { color: rgb(123,181,203); }
H1.HeaderClassName
{
color: #7BB5CB;
}
.AnyTagClassName
{
color: #7BB5CB;
}
</style>
background-color css
<style>
a { background-color: #7BB5CB; }
a { background-color: rgb(123,181,203); }
div.DivClassName
{
background-color: #7BB5CB;
}
.BgClassName
{
background-color: #7BB5CB;
}
</style>
border-color css
<style>
span { border-color: #7BB5CB; }
span { border-color: rgb(123,181,203); }
td.TdClassName
{
border-color: #7BB5CB;
}
.TagClassName
{
border-color: #7BB5CB;
}
</style>