Shades of Seagull #7BBCE3
Tints of Seagull #7BBCE3
RGB
CMYK
RGB Variations
Color information
#7BBCE3 (or 0x7BBCE3) is known color: Seagull. HEX triplet: 7B, BC and E3. RGB value is (123,188,227). Sum of RGB (Red+Green+Blue) = 123+188+227=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #7BBCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCE3 is #84431C. Grayscale: #ACACAC. Windows color (decimal): -8667933 or 14924923. OLE color: 14924923.
HSL color Cylindrical-coordinate representation of color #7BBCE3: hue angle of 202.5º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BBCE3 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 188 | 227 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.11 |
| HSL | 202.5º | 0.65% | 0.69% | - |
| HSV(B) | 202.5º | 0.46% | 0.89% | - |
| XYZ | 40.02 | 45.72 | 79.39 | - |
| YUV | 173.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 227 | 0.46 | 0.17 | 0 | 0.11 | 202.5 | 0.65 | 0.69 |
| Hex | 7B | BC | E3 | 2E | 11 | 0 | B | CA | 41 | 45 |
| Octal | 173 | 274 | 343 | 56 | 21 | 0 | 13 | 312 | 101 | 105 |
| Binary | 1111011 | 10111100 | 11100011 | 101110 | 10001 | 0 | 1011 | 11001010 | 1000001 | 1000101 |
Color Harmonies of #7BBCE3
Complementary color
Monochromatic Colors of #7BBCE3
Black with #7BBCE3
Text Example
Text Example
White with #7BBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCE3; }
p { color: rgb(123,188,227); }
H1.HeaderClassName
{
color: #7BBCE3;
}
.AnyTagClassName
{
color: #7BBCE3;
}
</style>
background-color css
<style>
a { background-color: #7BBCE3; }
a { background-color: rgb(123,188,227); }
div.DivClassName
{
background-color: #7BBCE3;
}
.BgClassName
{
background-color: #7BBCE3;
}
</style>
border-color css
<style>
span { border-color: #7BBCE3; }
span { border-color: rgb(123,188,227); }
td.TdClassName
{
border-color: #7BBCE3;
}
.TagClassName
{
border-color: #7BBCE3;
}
</style>