Shades of Seagull #75BBDC
Tints of Seagull #75BBDC
RGB
CMYK
RGB Variations
Color information
#75BBDC (or 0x75BBDC) is known color: Seagull. HEX triplet: 75, BB and DC. RGB value is (117,187,220). Sum of RGB (Red+Green+Blue) = 117+187+220=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #75BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBDC is #8A4423. Grayscale: #A9A9A9. Windows color (decimal): -9061412 or 14465909. OLE color: 14465909.
HSL color Cylindrical-coordinate representation of color #75BBDC: hue angle of 199.22º degrees, saturation: 0.6, 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 #75BBDC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 187 | 220 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.14 |
| HSL | 199.22º | 0.6% | 0.66% | - |
| HSV(B) | 199.22º | 0.47% | 0.86% | - |
| XYZ | 38.02 | 44.49 | 74.29 | - |
| YUV | 169.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 220 | 0.47 | 0.15 | 0 | 0.14 | 199.22 | 0.6 | 0.66 |
| Hex | 75 | BB | DC | 2F | F | 0 | E | C7 | 3C | 42 |
| Octal | 165 | 273 | 334 | 57 | 17 | 0 | 16 | 307 | 74 | 102 |
| Binary | 1110101 | 10111011 | 11011100 | 101111 | 1111 | 0 | 1110 | 11000111 | 111100 | 1000010 |
Color Harmonies of #75BBDC
Complementary color
Monochromatic Colors of #75BBDC
Black with #75BBDC
Text Example
Text Example
White with #75BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBDC; }
p { color: rgb(117,187,220); }
H1.HeaderClassName
{
color: #75BBDC;
}
.AnyTagClassName
{
color: #75BBDC;
}
</style>
background-color css
<style>
a { background-color: #75BBDC; }
a { background-color: rgb(117,187,220); }
div.DivClassName
{
background-color: #75BBDC;
}
.BgClassName
{
background-color: #75BBDC;
}
</style>
border-color css
<style>
span { border-color: #75BBDC; }
span { border-color: rgb(117,187,220); }
td.TdClassName
{
border-color: #75BBDC;
}
.TagClassName
{
border-color: #75BBDC;
}
</style>