Shades of Seagull #75BADB
Tints of Seagull #75BADB
RGB
CMYK
RGB Variations
Color information
#75BADB (or 0x75BADB) is known color: Seagull. HEX triplet: 75, BA and DB. RGB value is (117,186,219). Sum of RGB (Red+Green+Blue) = 117+186+219=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #75BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BADB is #8A4524. Grayscale: #A8A8A8. Windows color (decimal): -9061669 or 14400117. OLE color: 14400117.
HSL color Cylindrical-coordinate representation of color #75BADB: hue angle of 199.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75BADB is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 186 | 219 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.14 |
| HSL | 199.41º | 0.59% | 0.66% | - |
| HSV(B) | 199.41º | 0.47% | 0.86% | - |
| XYZ | 37.68 | 44.01 | 73.53 | - |
| YUV | 169.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 219 | 0.47 | 0.15 | 0 | 0.14 | 199.41 | 0.59 | 0.66 |
| Hex | 75 | BA | DB | 2F | F | 0 | E | C7 | 3B | 42 |
| Octal | 165 | 272 | 333 | 57 | 17 | 0 | 16 | 307 | 73 | 102 |
| Binary | 1110101 | 10111010 | 11011011 | 101111 | 1111 | 0 | 1110 | 11000111 | 111011 | 1000010 |
Color Harmonies of #75BADB
Complementary color
Monochromatic Colors of #75BADB
Black with #75BADB
Text Example
Text Example
White with #75BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BADB; }
p { color: rgb(117,186,219); }
H1.HeaderClassName
{
color: #75BADB;
}
.AnyTagClassName
{
color: #75BADB;
}
</style>
background-color css
<style>
a { background-color: #75BADB; }
a { background-color: rgb(117,186,219); }
div.DivClassName
{
background-color: #75BADB;
}
.BgClassName
{
background-color: #75BADB;
}
</style>
border-color css
<style>
span { border-color: #75BADB; }
span { border-color: rgb(117,186,219); }
td.TdClassName
{
border-color: #75BADB;
}
.TagClassName
{
border-color: #75BADB;
}
</style>