Shades of Seagull #7FB0CC
Tints of Seagull #7FB0CC
RGB
CMYK
RGB Variations
Color information
#7FB0CC (or 0x7FB0CC) is known color: Seagull. HEX triplet: 7F, B0 and CC. RGB value is (127,176,204). Sum of RGB (Red+Green+Blue) = 127+176+204=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FB0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0CC is #804F33. Grayscale: #A4A4A4. Windows color (decimal): -8408884 or 13414527. OLE color: 13414527.
HSL color Cylindrical-coordinate representation of color #7FB0CC: hue angle of 201.82º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB0CC is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 176 | 204 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.2 |
| HSL | 201.82º | 0.43% | 0.65% | - |
| HSV(B) | 201.82º | 0.38% | 0.8% | - |
| XYZ | 35.18 | 39.92 | 62.98 | - |
| YUV | 164.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 204 | 0.38 | 0.14 | 0 | 0.2 | 201.82 | 0.43 | 0.65 |
| Hex | 7F | B0 | CC | 26 | E | 0 | 14 | CA | 2B | 41 |
| Octal | 177 | 260 | 314 | 46 | 16 | 0 | 24 | 312 | 53 | 101 |
| Binary | 1111111 | 10110000 | 11001100 | 100110 | 1110 | 0 | 10100 | 11001010 | 101011 | 1000001 |
Color Harmonies of #7FB0CC
Complementary color
Monochromatic Colors of #7FB0CC
Black with #7FB0CC
Text Example
Text Example
White with #7FB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0CC; }
p { color: rgb(127,176,204); }
H1.HeaderClassName
{
color: #7FB0CC;
}
.AnyTagClassName
{
color: #7FB0CC;
}
</style>
background-color css
<style>
a { background-color: #7FB0CC; }
a { background-color: rgb(127,176,204); }
div.DivClassName
{
background-color: #7FB0CC;
}
.BgClassName
{
background-color: #7FB0CC;
}
</style>
border-color css
<style>
span { border-color: #7FB0CC; }
span { border-color: rgb(127,176,204); }
td.TdClassName
{
border-color: #7FB0CC;
}
.TagClassName
{
border-color: #7FB0CC;
}
</style>