Shades of Seagull #75BCDB
Tints of Seagull #75BCDB
RGB
CMYK
RGB Variations
Color information
#75BCDB (or 0x75BCDB) is known color: Seagull. HEX triplet: 75, BC and DB. RGB value is (117,188,219). Sum of RGB (Red+Green+Blue) = 117+188+219=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #75BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDB is #8A4324. Grayscale: #AAAAAA. Windows color (decimal): -9061157 or 14400629. OLE color: 14400629.
HSL color Cylindrical-coordinate representation of color #75BCDB: hue angle of 198.24º 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 #75BCDB is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 188 | 219 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.14 |
| HSL | 198.24º | 0.59% | 0.66% | - |
| HSV(B) | 198.24º | 0.47% | 0.86% | - |
| XYZ | 38.11 | 44.86 | 73.67 | - |
| YUV | 170.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 219 | 0.47 | 0.14 | 0 | 0.14 | 198.24 | 0.59 | 0.66 |
| Hex | 75 | BC | DB | 2F | E | 0 | E | C6 | 3B | 42 |
| Octal | 165 | 274 | 333 | 57 | 16 | 0 | 16 | 306 | 73 | 102 |
| Binary | 1110101 | 10111100 | 11011011 | 101111 | 1110 | 0 | 1110 | 11000110 | 111011 | 1000010 |
Color Harmonies of #75BCDB
Complementary color
Monochromatic Colors of #75BCDB
Black with #75BCDB
Text Example
Text Example
White with #75BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCDB; }
p { color: rgb(117,188,219); }
H1.HeaderClassName
{
color: #75BCDB;
}
.AnyTagClassName
{
color: #75BCDB;
}
</style>
background-color css
<style>
a { background-color: #75BCDB; }
a { background-color: rgb(117,188,219); }
div.DivClassName
{
background-color: #75BCDB;
}
.BgClassName
{
background-color: #75BCDB;
}
</style>
border-color css
<style>
span { border-color: #75BCDB; }
span { border-color: rgb(117,188,219); }
td.TdClassName
{
border-color: #75BCDB;
}
.TagClassName
{
border-color: #75BCDB;
}
</style>