Shades of Seagull #85AFC7
Tints of Seagull #85AFC7
RGB
CMYK
RGB Variations
Color information
#85AFC7 (or 0x85AFC7) is known color: Seagull. HEX triplet: 85, AF and C7. RGB value is (133,175,199). Sum of RGB (Red+Green+Blue) = 133+175+199=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #85AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFC7 is #7A5038. Grayscale: #A5A5A5. Windows color (decimal): -8015929 or 13086597. OLE color: 13086597.
HSL color Cylindrical-coordinate representation of color #85AFC7: hue angle of 201.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85AFC7 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 175 | 199 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.22 |
| HSL | 201.82º | 0.37% | 0.65% | - |
| HSV(B) | 201.82º | 0.33% | 0.78% | - |
| XYZ | 35.31 | 39.77 | 59.85 | - |
| YUV | 165.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 199 | 0.33 | 0.12 | 0 | 0.22 | 201.82 | 0.37 | 0.65 |
| Hex | 85 | AF | C7 | 21 | C | 0 | 16 | CA | 25 | 41 |
| Octal | 205 | 257 | 307 | 41 | 14 | 0 | 26 | 312 | 45 | 101 |
| Binary | 10000101 | 10101111 | 11000111 | 100001 | 1100 | 0 | 10110 | 11001010 | 100101 | 1000001 |
Color Harmonies of #85AFC7
Complementary color
Monochromatic Colors of #85AFC7
Black with #85AFC7
Text Example
Text Example
White with #85AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFC7; }
p { color: rgb(133,175,199); }
H1.HeaderClassName
{
color: #85AFC7;
}
.AnyTagClassName
{
color: #85AFC7;
}
</style>
background-color css
<style>
a { background-color: #85AFC7; }
a { background-color: rgb(133,175,199); }
div.DivClassName
{
background-color: #85AFC7;
}
.BgClassName
{
background-color: #85AFC7;
}
</style>
border-color css
<style>
span { border-color: #85AFC7; }
span { border-color: rgb(133,175,199); }
td.TdClassName
{
border-color: #85AFC7;
}
.TagClassName
{
border-color: #85AFC7;
}
</style>