Shades of Seagull #7BBCE1
Tints of Seagull #7BBCE1
RGB
CMYK
RGB Variations
Color information
#7BBCE1 (or 0x7BBCE1) is known color: Seagull. HEX triplet: 7B, BC and E1. RGB value is (123,188,225). Sum of RGB (Red+Green+Blue) = 123+188+225=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #7BBCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCE1 is #84431E. Grayscale: #ACACAC. Windows color (decimal): -8667935 or 14793851. OLE color: 14793851.
HSL color Cylindrical-coordinate representation of color #7BBCE1: hue angle of 201.76º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBCE1 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 188 | 225 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.12 |
| HSL | 201.76º | 0.63% | 0.68% | - |
| HSV(B) | 201.76º | 0.45% | 0.88% | - |
| XYZ | 39.74 | 45.61 | 77.94 | - |
| YUV | 172.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 225 | 0.45 | 0.16 | 0 | 0.12 | 201.76 | 0.63 | 0.68 |
| Hex | 7B | BC | E1 | 2D | 10 | 0 | C | CA | 3F | 44 |
| Octal | 173 | 274 | 341 | 55 | 20 | 0 | 14 | 312 | 77 | 104 |
| Binary | 1111011 | 10111100 | 11100001 | 101101 | 10000 | 0 | 1100 | 11001010 | 111111 | 1000100 |
Color Harmonies of #7BBCE1
Complementary color
Monochromatic Colors of #7BBCE1
Black with #7BBCE1
Text Example
Text Example
White with #7BBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCE1; }
p { color: rgb(123,188,225); }
H1.HeaderClassName
{
color: #7BBCE1;
}
.AnyTagClassName
{
color: #7BBCE1;
}
</style>
background-color css
<style>
a { background-color: #7BBCE1; }
a { background-color: rgb(123,188,225); }
div.DivClassName
{
background-color: #7BBCE1;
}
.BgClassName
{
background-color: #7BBCE1;
}
</style>
border-color css
<style>
span { border-color: #7BBCE1; }
span { border-color: rgb(123,188,225); }
td.TdClassName
{
border-color: #7BBCE1;
}
.TagClassName
{
border-color: #7BBCE1;
}
</style>