Shades of Seagull #7FB9CC
Tints of Seagull #7FB9CC
RGB
CMYK
RGB Variations
Color information
#7FB9CC (or 0x7FB9CC) is known color: Seagull. HEX triplet: 7F, B9 and CC. RGB value is (127,185,204). Sum of RGB (Red+Green+Blue) = 127+185+204=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FB9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9CC is #804633. Grayscale: #A9A9A9. Windows color (decimal): -8406580 or 13416831. OLE color: 13416831.
HSL color Cylindrical-coordinate representation of color #7FB9CC: hue angle of 194.81º 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 #7FB9CC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 185 | 204 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.2 |
| HSL | 194.81º | 0.43% | 0.65% | - |
| HSV(B) | 194.81º | 0.38% | 0.8% | - |
| XYZ | 37 | 43.57 | 63.59 | - |
| YUV | 169.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 204 | 0.38 | 0.09 | 0 | 0.2 | 194.81 | 0.43 | 0.65 |
| Hex | 7F | B9 | CC | 26 | 9 | 0 | 14 | C3 | 2B | 41 |
| Octal | 177 | 271 | 314 | 46 | 11 | 0 | 24 | 303 | 53 | 101 |
| Binary | 1111111 | 10111001 | 11001100 | 100110 | 1001 | 0 | 10100 | 11000011 | 101011 | 1000001 |
Color Harmonies of #7FB9CC
Complementary color
Monochromatic Colors of #7FB9CC
Black with #7FB9CC
Text Example
Text Example
White with #7FB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB9CC; }
p { color: rgb(127,185,204); }
H1.HeaderClassName
{
color: #7FB9CC;
}
.AnyTagClassName
{
color: #7FB9CC;
}
</style>
background-color css
<style>
a { background-color: #7FB9CC; }
a { background-color: rgb(127,185,204); }
div.DivClassName
{
background-color: #7FB9CC;
}
.BgClassName
{
background-color: #7FB9CC;
}
</style>
border-color css
<style>
span { border-color: #7FB9CC; }
span { border-color: rgb(127,185,204); }
td.TdClassName
{
border-color: #7FB9CC;
}
.TagClassName
{
border-color: #7FB9CC;
}
</style>