Shades of Seagull #76AFCC
Tints of Seagull #76AFCC
RGB
CMYK
RGB Variations
Color information
#76AFCC (or 0x76AFCC) is known color: Seagull. HEX triplet: 76, AF and CC. RGB value is (118,175,204). Sum of RGB (Red+Green+Blue) = 118+175+204=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #76AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFCC is #895033. Grayscale: #A1A1A1. Windows color (decimal): -8998964 or 13414262. OLE color: 13414262.
HSL color Cylindrical-coordinate representation of color #76AFCC: hue angle of 200.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76AFCC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 175 | 204 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.2 |
| HSL | 200.23º | 0.46% | 0.63% | - |
| HSV(B) | 200.23º | 0.42% | 0.8% | - |
| XYZ | 33.7 | 38.87 | 62.85 | - |
| YUV | 161.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 204 | 0.42 | 0.14 | 0 | 0.2 | 200.23 | 0.46 | 0.63 |
| Hex | 76 | AF | CC | 2A | E | 0 | 14 | C8 | 2E | 3F |
| Octal | 166 | 257 | 314 | 52 | 16 | 0 | 24 | 310 | 56 | 77 |
| Binary | 1110110 | 10101111 | 11001100 | 101010 | 1110 | 0 | 10100 | 11001000 | 101110 | 111111 |
Color Harmonies of #76AFCC
Complementary color
Monochromatic Colors of #76AFCC
Black with #76AFCC
Text Example
Text Example
White with #76AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AFCC; }
p { color: rgb(118,175,204); }
H1.HeaderClassName
{
color: #76AFCC;
}
.AnyTagClassName
{
color: #76AFCC;
}
</style>
background-color css
<style>
a { background-color: #76AFCC; }
a { background-color: rgb(118,175,204); }
div.DivClassName
{
background-color: #76AFCC;
}
.BgClassName
{
background-color: #76AFCC;
}
</style>
border-color css
<style>
span { border-color: #76AFCC; }
span { border-color: rgb(118,175,204); }
td.TdClassName
{
border-color: #76AFCC;
}
.TagClassName
{
border-color: #76AFCC;
}
</style>