Shades of Seagull #84AFC7
Tints of Seagull #84AFC7
RGB
CMYK
RGB Variations
Color information
#84AFC7 (or 0x84AFC7) is known color: Seagull. HEX triplet: 84, AF and C7. RGB value is (132,175,199). Sum of RGB (Red+Green+Blue) = 132+175+199=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #84AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFC7 is #7B5038. Grayscale: #A4A4A4. Windows color (decimal): -8081465 or 13086596. OLE color: 13086596.
HSL color Cylindrical-coordinate representation of color #84AFC7: hue angle of 201.49º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84AFC7 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 175 | 199 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.22 |
| HSL | 201.49º | 0.37% | 0.65% | - |
| HSV(B) | 201.49º | 0.34% | 0.78% | - |
| XYZ | 35.15 | 39.69 | 59.84 | - |
| YUV | 164.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 199 | 0.34 | 0.12 | 0 | 0.22 | 201.49 | 0.37 | 0.65 |
| Hex | 84 | AF | C7 | 22 | C | 0 | 16 | C9 | 25 | 41 |
| Octal | 204 | 257 | 307 | 42 | 14 | 0 | 26 | 311 | 45 | 101 |
| Binary | 10000100 | 10101111 | 11000111 | 100010 | 1100 | 0 | 10110 | 11001001 | 100101 | 1000001 |
Color Harmonies of #84AFC7
Complementary color
Monochromatic Colors of #84AFC7
Black with #84AFC7
Text Example
Text Example
White with #84AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFC7; }
p { color: rgb(132,175,199); }
H1.HeaderClassName
{
color: #84AFC7;
}
.AnyTagClassName
{
color: #84AFC7;
}
</style>
background-color css
<style>
a { background-color: #84AFC7; }
a { background-color: rgb(132,175,199); }
div.DivClassName
{
background-color: #84AFC7;
}
.BgClassName
{
background-color: #84AFC7;
}
</style>
border-color css
<style>
span { border-color: #84AFC7; }
span { border-color: rgb(132,175,199); }
td.TdClassName
{
border-color: #84AFC7;
}
.TagClassName
{
border-color: #84AFC7;
}
</style>