Shades of Seagull #7BB1CC
Tints of Seagull #7BB1CC
RGB
CMYK
RGB Variations
Color information
#7BB1CC (or 0x7BB1CC) is known color: Seagull. HEX triplet: 7B, B1 and CC. RGB value is (123,177,204). Sum of RGB (Red+Green+Blue) = 123+177+204=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB1CC is #844E33. Grayscale: #A3A3A3. Windows color (decimal): -8670772 or 13414779. OLE color: 13414779.
HSL color Cylindrical-coordinate representation of color #7BB1CC: hue angle of 200º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BB1CC is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 177 | 204 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.2 |
| HSL | 200º | 0.44% | 0.64% | - |
| HSV(B) | 200º | 0.4% | 0.8% | - |
| XYZ | 34.79 | 40.01 | 63.02 | - |
| YUV | 163.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 204 | 0.40 | 0.13 | 0 | 0.2 | 200 | 0.44 | 0.64 |
| Hex | 7B | B1 | CC | 28 | D | 0 | 14 | C8 | 2C | 40 |
| Octal | 173 | 261 | 314 | 50 | 15 | 0 | 24 | 310 | 54 | 100 |
| Binary | 1111011 | 10110001 | 11001100 | 101000 | 1101 | 0 | 10100 | 11001000 | 101100 | 1000000 |
Color Harmonies of #7BB1CC
Complementary color
Monochromatic Colors of #7BB1CC
Black with #7BB1CC
Text Example
Text Example
White with #7BB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB1CC; }
p { color: rgb(123,177,204); }
H1.HeaderClassName
{
color: #7BB1CC;
}
.AnyTagClassName
{
color: #7BB1CC;
}
</style>
background-color css
<style>
a { background-color: #7BB1CC; }
a { background-color: rgb(123,177,204); }
div.DivClassName
{
background-color: #7BB1CC;
}
.BgClassName
{
background-color: #7BB1CC;
}
</style>
border-color css
<style>
span { border-color: #7BB1CC; }
span { border-color: rgb(123,177,204); }
td.TdClassName
{
border-color: #7BB1CC;
}
.TagClassName
{
border-color: #7BB1CC;
}
</style>