Shades of Seagull #75BCCF
Tints of Seagull #75BCCF
RGB
CMYK
RGB Variations
Color information
#75BCCF (or 0x75BCCF) is known color: Seagull. HEX triplet: 75, BC and CF. RGB value is (117,188,207). Sum of RGB (Red+Green+Blue) = 117+188+207=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #75BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCCF is #8A4330. Grayscale: #A8A8A8. Windows color (decimal): -9061169 or 13614197. OLE color: 13614197.
HSL color Cylindrical-coordinate representation of color #75BCCF: hue angle of 192.67º 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 #75BCCF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 188 | 207 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.19 |
| HSL | 192.67º | 0.48% | 0.64% | - |
| HSV(B) | 192.67º | 0.43% | 0.81% | - |
| XYZ | 36.58 | 44.25 | 65.65 | - |
| YUV | 168.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 207 | 0.43 | 0.09 | 0 | 0.19 | 192.67 | 0.48 | 0.64 |
| Hex | 75 | BC | CF | 2B | 9 | 0 | 13 | C1 | 30 | 40 |
| Octal | 165 | 274 | 317 | 53 | 11 | 0 | 23 | 301 | 60 | 100 |
| Binary | 1110101 | 10111100 | 11001111 | 101011 | 1001 | 0 | 10011 | 11000001 | 110000 | 1000000 |
Color Harmonies of #75BCCF
Complementary color
Monochromatic Colors of #75BCCF
Black with #75BCCF
Text Example
Text Example
White with #75BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCCF; }
p { color: rgb(117,188,207); }
H1.HeaderClassName
{
color: #75BCCF;
}
.AnyTagClassName
{
color: #75BCCF;
}
</style>
background-color css
<style>
a { background-color: #75BCCF; }
a { background-color: rgb(117,188,207); }
div.DivClassName
{
background-color: #75BCCF;
}
.BgClassName
{
background-color: #75BCCF;
}
</style>
border-color css
<style>
span { border-color: #75BCCF; }
span { border-color: rgb(117,188,207); }
td.TdClassName
{
border-color: #75BCCF;
}
.TagClassName
{
border-color: #75BCCF;
}
</style>