Shades of Seagull #75ABCF
Tints of Seagull #75ABCF
RGB
CMYK
RGB Variations
Color information
#75ABCF (or 0x75ABCF) is known color: Seagull. HEX triplet: 75, AB and CF. RGB value is (117,171,207). Sum of RGB (Red+Green+Blue) = 117+171+207=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #75ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABCF is #8A5430. Grayscale: #9E9E9E. Windows color (decimal): -9065521 or 13609845. OLE color: 13609845.
HSL color Cylindrical-coordinate representation of color #75ABCF: hue angle of 204º 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 #75ABCF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 171 | 207 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.19 |
| HSL | 204º | 0.48% | 0.64% | - |
| HSV(B) | 204º | 0.43% | 0.81% | - |
| XYZ | 33.16 | 37.41 | 64.51 | - |
| YUV | 158.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 207 | 0.43 | 0.17 | 0 | 0.19 | 204 | 0.48 | 0.64 |
| Hex | 75 | AB | CF | 2B | 11 | 0 | 13 | CC | 30 | 40 |
| Octal | 165 | 253 | 317 | 53 | 21 | 0 | 23 | 314 | 60 | 100 |
| Binary | 1110101 | 10101011 | 11001111 | 101011 | 10001 | 0 | 10011 | 11001100 | 110000 | 1000000 |
Color Harmonies of #75ABCF
Complementary color
Monochromatic Colors of #75ABCF
Black with #75ABCF
Text Example
Text Example
White with #75ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ABCF; }
p { color: rgb(117,171,207); }
H1.HeaderClassName
{
color: #75ABCF;
}
.AnyTagClassName
{
color: #75ABCF;
}
</style>
background-color css
<style>
a { background-color: #75ABCF; }
a { background-color: rgb(117,171,207); }
div.DivClassName
{
background-color: #75ABCF;
}
.BgClassName
{
background-color: #75ABCF;
}
</style>
border-color css
<style>
span { border-color: #75ABCF; }
span { border-color: rgb(117,171,207); }
td.TdClassName
{
border-color: #75ABCF;
}
.TagClassName
{
border-color: #75ABCF;
}
</style>