Shades of Seagull #7FB0CB
Tints of Seagull #7FB0CB
RGB
CMYK
RGB Variations
Color information
#7FB0CB (or 0x7FB0CB) is known color: Seagull. HEX triplet: 7F, B0 and CB. RGB value is (127,176,203). Sum of RGB (Red+Green+Blue) = 127+176+203=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FB0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0CB is #804F34. Grayscale: #A4A4A4. Windows color (decimal): -8408885 or 13348991. OLE color: 13348991.
HSL color Cylindrical-coordinate representation of color #7FB0CB: hue angle of 201.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FB0CB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 176 | 203 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.20 |
| HSL | 201.32º | 0.42% | 0.65% | - |
| HSV(B) | 201.32º | 0.37% | 0.8% | - |
| XYZ | 35.06 | 39.87 | 62.35 | - |
| YUV | 164.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 203 | 0.37 | 0.13 | 0 | 0.20 | 201.32 | 0.42 | 0.65 |
| Hex | 7F | B0 | CB | 25 | D | 0 | 14 | C9 | 2A | 41 |
| Octal | 177 | 260 | 313 | 45 | 15 | 0 | 24 | 311 | 52 | 101 |
| Binary | 1111111 | 10110000 | 11001011 | 100101 | 1101 | 0 | 10100 | 11001001 | 101010 | 1000001 |
Color Harmonies of #7FB0CB
Complementary color
Monochromatic Colors of #7FB0CB
Black with #7FB0CB
Text Example
Text Example
White with #7FB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0CB; }
p { color: rgb(127,176,203); }
H1.HeaderClassName
{
color: #7FB0CB;
}
.AnyTagClassName
{
color: #7FB0CB;
}
</style>
background-color css
<style>
a { background-color: #7FB0CB; }
a { background-color: rgb(127,176,203); }
div.DivClassName
{
background-color: #7FB0CB;
}
.BgClassName
{
background-color: #7FB0CB;
}
</style>
border-color css
<style>
span { border-color: #7FB0CB; }
span { border-color: rgb(127,176,203); }
td.TdClassName
{
border-color: #7FB0CB;
}
.TagClassName
{
border-color: #7FB0CB;
}
</style>