Shades of Seagull #76AFCD
Tints of Seagull #76AFCD
RGB
CMYK
RGB Variations
Color information
#76AFCD (or 0x76AFCD) is known color: Seagull. HEX triplet: 76, AF and CD. RGB value is (118,175,205). Sum of RGB (Red+Green+Blue) = 118+175+205=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #76AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFCD is #895032. Grayscale: #A1A1A1. Windows color (decimal): -8998963 or 13479798. OLE color: 13479798.
HSL color Cylindrical-coordinate representation of color #76AFCD: hue angle of 200.69º degrees, saturation: 0.47, 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 #76AFCD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 175 | 205 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.20 |
| HSL | 200.69º | 0.47% | 0.63% | - |
| HSV(B) | 200.69º | 0.42% | 0.8% | - |
| XYZ | 33.82 | 38.92 | 63.49 | - |
| YUV | 161.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 205 | 0.42 | 0.15 | 0 | 0.20 | 200.69 | 0.47 | 0.63 |
| Hex | 76 | AF | CD | 2A | F | 0 | 14 | C9 | 2F | 3F |
| Octal | 166 | 257 | 315 | 52 | 17 | 0 | 24 | 311 | 57 | 77 |
| Binary | 1110110 | 10101111 | 11001101 | 101010 | 1111 | 0 | 10100 | 11001001 | 101111 | 111111 |
Color Harmonies of #76AFCD
Complementary color
Monochromatic Colors of #76AFCD
Black with #76AFCD
Text Example
Text Example
White with #76AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AFCD; }
p { color: rgb(118,175,205); }
H1.HeaderClassName
{
color: #76AFCD;
}
.AnyTagClassName
{
color: #76AFCD;
}
</style>
background-color css
<style>
a { background-color: #76AFCD; }
a { background-color: rgb(118,175,205); }
div.DivClassName
{
background-color: #76AFCD;
}
.BgClassName
{
background-color: #76AFCD;
}
</style>
border-color css
<style>
span { border-color: #76AFCD; }
span { border-color: rgb(118,175,205); }
td.TdClassName
{
border-color: #76AFCD;
}
.TagClassName
{
border-color: #76AFCD;
}
</style>