Shades of Seagull #75A9CD
Tints of Seagull #75A9CD
RGB
CMYK
RGB Variations
Color information
#75A9CD (or 0x75A9CD) is known color: Seagull. HEX triplet: 75, A9 and CD. RGB value is (117,169,205). Sum of RGB (Red+Green+Blue) = 117+169+205=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #75A9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9CD is #8A5632. Grayscale: #9D9D9D. Windows color (decimal): -9066035 or 13478261. OLE color: 13478261.
HSL color Cylindrical-coordinate representation of color #75A9CD: hue angle of 204.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A9CD is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 169 | 205 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.20 |
| HSL | 204.55º | 0.47% | 0.63% | - |
| HSV(B) | 204.55º | 0.43% | 0.8% | - |
| XYZ | 32.54 | 36.57 | 63.1 | - |
| YUV | 157.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 205 | 0.43 | 0.18 | 0 | 0.20 | 204.55 | 0.47 | 0.63 |
| Hex | 75 | A9 | CD | 2B | 12 | 0 | 14 | CD | 2F | 3F |
| Octal | 165 | 251 | 315 | 53 | 22 | 0 | 24 | 315 | 57 | 77 |
| Binary | 1110101 | 10101001 | 11001101 | 101011 | 10010 | 0 | 10100 | 11001101 | 101111 | 111111 |
Color Harmonies of #75A9CD
Complementary color
Monochromatic Colors of #75A9CD
Black with #75A9CD
Text Example
Text Example
White with #75A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9CD; }
p { color: rgb(117,169,205); }
H1.HeaderClassName
{
color: #75A9CD;
}
.AnyTagClassName
{
color: #75A9CD;
}
</style>
background-color css
<style>
a { background-color: #75A9CD; }
a { background-color: rgb(117,169,205); }
div.DivClassName
{
background-color: #75A9CD;
}
.BgClassName
{
background-color: #75A9CD;
}
</style>
border-color css
<style>
span { border-color: #75A9CD; }
span { border-color: rgb(117,169,205); }
td.TdClassName
{
border-color: #75A9CD;
}
.TagClassName
{
border-color: #75A9CD;
}
</style>