Shades of Seagull #7BB1CD
Tints of Seagull #7BB1CD
RGB
CMYK
RGB Variations
Color information
#7BB1CD (or 0x7BB1CD) is known color: Seagull. HEX triplet: 7B, B1 and CD. RGB value is (123,177,205). Sum of RGB (Red+Green+Blue) = 123+177+205=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB1CD is #844E32. Grayscale: #A3A3A3. Windows color (decimal): -8670771 or 13480315. OLE color: 13480315.
HSL color Cylindrical-coordinate representation of color #7BB1CD: hue angle of 200.49º degrees, saturation: 0.45, 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 #7BB1CD is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 177 | 205 | - |
| CMYK | 0.4 | 0.14 | 0 | 0.20 |
| HSL | 200.49º | 0.45% | 0.64% | - |
| HSV(B) | 200.49º | 0.4% | 0.8% | - |
| XYZ | 34.91 | 40.06 | 63.65 | - |
| YUV | 164.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 205 | 0.4 | 0.14 | 0 | 0.20 | 200.49 | 0.45 | 0.64 |
| Hex | 7B | B1 | CD | 28 | E | 0 | 14 | C8 | 2D | 40 |
| Octal | 173 | 261 | 315 | 50 | 16 | 0 | 24 | 310 | 55 | 100 |
| Binary | 1111011 | 10110001 | 11001101 | 101000 | 1110 | 0 | 10100 | 11001000 | 101101 | 1000000 |
Color Harmonies of #7BB1CD
Complementary color
Monochromatic Colors of #7BB1CD
Black with #7BB1CD
Text Example
Text Example
White with #7BB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB1CD; }
p { color: rgb(123,177,205); }
H1.HeaderClassName
{
color: #7BB1CD;
}
.AnyTagClassName
{
color: #7BB1CD;
}
</style>
background-color css
<style>
a { background-color: #7BB1CD; }
a { background-color: rgb(123,177,205); }
div.DivClassName
{
background-color: #7BB1CD;
}
.BgClassName
{
background-color: #7BB1CD;
}
</style>
border-color css
<style>
span { border-color: #7BB1CD; }
span { border-color: rgb(123,177,205); }
td.TdClassName
{
border-color: #7BB1CD;
}
.TagClassName
{
border-color: #7BB1CD;
}
</style>