Shades of Seagull #75AAD0
Tints of Seagull #75AAD0
RGB
CMYK
RGB Variations
Color information
#75AAD0 (or 0x75AAD0) is known color: Seagull. HEX triplet: 75, AA and D0. RGB value is (117,170,208). Sum of RGB (Red+Green+Blue) = 117+170+208=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #75AAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAD0 is #8A552F. Grayscale: #9E9E9E. Windows color (decimal): -9065776 or 13675125. OLE color: 13675125.
HSL color Cylindrical-coordinate representation of color #75AAD0: hue angle of 205.05º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75AAD0 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 170 | 208 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.18 |
| HSL | 205.05º | 0.49% | 0.64% | - |
| HSV(B) | 205.05º | 0.44% | 0.82% | - |
| XYZ | 33.1 | 37.09 | 65.09 | - |
| YUV | 158.49 | 155.94 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 208 | 0.44 | 0.18 | 0 | 0.18 | 205.05 | 0.49 | 0.64 |
| Hex | 75 | AA | D0 | 2C | 12 | 0 | 12 | CD | 31 | 40 |
| Octal | 165 | 252 | 320 | 54 | 22 | 0 | 22 | 315 | 61 | 100 |
| Binary | 1110101 | 10101010 | 11010000 | 101100 | 10010 | 0 | 10010 | 11001101 | 110001 | 1000000 |
Color Harmonies of #75AAD0
Complementary color
Monochromatic Colors of #75AAD0
Black with #75AAD0
Text Example
Text Example
White with #75AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAD0; }
p { color: rgb(117,170,208); }
H1.HeaderClassName
{
color: #75AAD0;
}
.AnyTagClassName
{
color: #75AAD0;
}
</style>
background-color css
<style>
a { background-color: #75AAD0; }
a { background-color: rgb(117,170,208); }
div.DivClassName
{
background-color: #75AAD0;
}
.BgClassName
{
background-color: #75AAD0;
}
</style>
border-color css
<style>
span { border-color: #75AAD0; }
span { border-color: rgb(117,170,208); }
td.TdClassName
{
border-color: #75AAD0;
}
.TagClassName
{
border-color: #75AAD0;
}
</style>