Shades of Seagull #75AACF
Tints of Seagull #75AACF
RGB
CMYK
RGB Variations
Color information
#75AACF (or 0x75AACF) is known color: Seagull. HEX triplet: 75, AA and CF. RGB value is (117,170,207). Sum of RGB (Red+Green+Blue) = 117+170+207=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #75AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AACF is #8A5530. Grayscale: #9E9E9E. Windows color (decimal): -9065777 or 13609589. OLE color: 13609589.
HSL color Cylindrical-coordinate representation of color #75AACF: hue angle of 204.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75AACF is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 170 | 207 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.19 |
| HSL | 204.67º | 0.48% | 0.64% | - |
| HSV(B) | 204.67º | 0.43% | 0.81% | - |
| XYZ | 32.97 | 37.04 | 64.44 | - |
| YUV | 158.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 207 | 0.43 | 0.18 | 0 | 0.19 | 204.67 | 0.48 | 0.64 |
| Hex | 75 | AA | CF | 2B | 12 | 0 | 13 | CD | 30 | 40 |
| Octal | 165 | 252 | 317 | 53 | 22 | 0 | 23 | 315 | 60 | 100 |
| Binary | 1110101 | 10101010 | 11001111 | 101011 | 10010 | 0 | 10011 | 11001101 | 110000 | 1000000 |
Color Harmonies of #75AACF
Complementary color
Monochromatic Colors of #75AACF
Black with #75AACF
Text Example
Text Example
White with #75AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AACF; }
p { color: rgb(117,170,207); }
H1.HeaderClassName
{
color: #75AACF;
}
.AnyTagClassName
{
color: #75AACF;
}
</style>
background-color css
<style>
a { background-color: #75AACF; }
a { background-color: rgb(117,170,207); }
div.DivClassName
{
background-color: #75AACF;
}
.BgClassName
{
background-color: #75AACF;
}
</style>
border-color css
<style>
span { border-color: #75AACF; }
span { border-color: rgb(117,170,207); }
td.TdClassName
{
border-color: #75AACF;
}
.TagClassName
{
border-color: #75AACF;
}
</style>