Shades of Seagull #75B7D1
Tints of Seagull #75B7D1
RGB
CMYK
RGB Variations
Color information
#75B7D1 (or 0x75B7D1) is known color: Seagull. HEX triplet: 75, B7 and D1. RGB value is (117,183,209). Sum of RGB (Red+Green+Blue) = 117+183+209=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #75B7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7D1 is #8A482E. Grayscale: #A6A6A6. Windows color (decimal): -9062447 or 13743989. OLE color: 13743989.
HSL color Cylindrical-coordinate representation of color #75B7D1: hue angle of 196.96º degrees, saturation: 0.5, 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 #75B7D1 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 183 | 209 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.18 |
| HSL | 196.96º | 0.5% | 0.64% | - |
| HSV(B) | 196.96º | 0.44% | 0.82% | - |
| XYZ | 35.78 | 42.25 | 66.59 | - |
| YUV | 166.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 209 | 0.44 | 0.12 | 0 | 0.18 | 196.96 | 0.5 | 0.64 |
| Hex | 75 | B7 | D1 | 2C | C | 0 | 12 | C5 | 32 | 40 |
| Octal | 165 | 267 | 321 | 54 | 14 | 0 | 22 | 305 | 62 | 100 |
| Binary | 1110101 | 10110111 | 11010001 | 101100 | 1100 | 0 | 10010 | 11000101 | 110010 | 1000000 |
Color Harmonies of #75B7D1
Complementary color
Monochromatic Colors of #75B7D1
Black with #75B7D1
Text Example
Text Example
White with #75B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B7D1; }
p { color: rgb(117,183,209); }
H1.HeaderClassName
{
color: #75B7D1;
}
.AnyTagClassName
{
color: #75B7D1;
}
</style>
background-color css
<style>
a { background-color: #75B7D1; }
a { background-color: rgb(117,183,209); }
div.DivClassName
{
background-color: #75B7D1;
}
.BgClassName
{
background-color: #75B7D1;
}
</style>
border-color css
<style>
span { border-color: #75B7D1; }
span { border-color: rgb(117,183,209); }
td.TdClassName
{
border-color: #75B7D1;
}
.TagClassName
{
border-color: #75B7D1;
}
</style>