Shades of Seagull #7FAFCB
Tints of Seagull #7FAFCB
RGB
CMYK
RGB Variations
Color information
#7FAFCB (or 0x7FAFCB) is known color: Seagull. HEX triplet: 7F, AF and CB. RGB value is (127,175,203). Sum of RGB (Red+Green+Blue) = 127+175+203=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFCB is #805034. Grayscale: #A3A3A3. Windows color (decimal): -8409141 or 13348735. OLE color: 13348735.
HSL color Cylindrical-coordinate representation of color #7FAFCB: hue angle of 202.11º 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 #7FAFCB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 175 | 203 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.20 |
| HSL | 202.11º | 0.42% | 0.65% | - |
| HSV(B) | 202.11º | 0.37% | 0.8% | - |
| XYZ | 34.86 | 39.48 | 62.28 | - |
| YUV | 163.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 203 | 0.37 | 0.14 | 0 | 0.20 | 202.11 | 0.42 | 0.65 |
| Hex | 7F | AF | CB | 25 | E | 0 | 14 | CA | 2A | 41 |
| Octal | 177 | 257 | 313 | 45 | 16 | 0 | 24 | 312 | 52 | 101 |
| Binary | 1111111 | 10101111 | 11001011 | 100101 | 1110 | 0 | 10100 | 11001010 | 101010 | 1000001 |
Color Harmonies of #7FAFCB
Complementary color
Monochromatic Colors of #7FAFCB
Black with #7FAFCB
Text Example
Text Example
White with #7FAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFCB; }
p { color: rgb(127,175,203); }
H1.HeaderClassName
{
color: #7FAFCB;
}
.AnyTagClassName
{
color: #7FAFCB;
}
</style>
background-color css
<style>
a { background-color: #7FAFCB; }
a { background-color: rgb(127,175,203); }
div.DivClassName
{
background-color: #7FAFCB;
}
.BgClassName
{
background-color: #7FAFCB;
}
</style>
border-color css
<style>
span { border-color: #7FAFCB; }
span { border-color: rgb(127,175,203); }
td.TdClassName
{
border-color: #7FAFCB;
}
.TagClassName
{
border-color: #7FAFCB;
}
</style>