Shades of Seagull #75BED4
Tints of Seagull #75BED4
RGB
CMYK
RGB Variations
Color information
#75BED4 (or 0x75BED4) is known color: Seagull. HEX triplet: 75, BE and D4. RGB value is (117,190,212). Sum of RGB (Red+Green+Blue) = 117+190+212=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #75BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BED4 is #8A412B. Grayscale: #AAAAAA. Windows color (decimal): -9060652 or 13942389. OLE color: 13942389.
HSL color Cylindrical-coordinate representation of color #75BED4: hue angle of 193.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BED4 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 190 | 212 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.17 |
| HSL | 193.89º | 0.52% | 0.65% | - |
| HSV(B) | 193.89º | 0.45% | 0.83% | - |
| XYZ | 37.63 | 45.36 | 69.06 | - |
| YUV | 170.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 212 | 0.45 | 0.10 | 0 | 0.17 | 193.89 | 0.52 | 0.65 |
| Hex | 75 | BE | D4 | 2D | A | 0 | 11 | C2 | 34 | 41 |
| Octal | 165 | 276 | 324 | 55 | 12 | 0 | 21 | 302 | 64 | 101 |
| Binary | 1110101 | 10111110 | 11010100 | 101101 | 1010 | 0 | 10001 | 11000010 | 110100 | 1000001 |
Color Harmonies of #75BED4
Complementary color
Monochromatic Colors of #75BED4
Black with #75BED4
Text Example
Text Example
White with #75BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BED4; }
p { color: rgb(117,190,212); }
H1.HeaderClassName
{
color: #75BED4;
}
.AnyTagClassName
{
color: #75BED4;
}
</style>
background-color css
<style>
a { background-color: #75BED4; }
a { background-color: rgb(117,190,212); }
div.DivClassName
{
background-color: #75BED4;
}
.BgClassName
{
background-color: #75BED4;
}
</style>
border-color css
<style>
span { border-color: #75BED4; }
span { border-color: rgb(117,190,212); }
td.TdClassName
{
border-color: #75BED4;
}
.TagClassName
{
border-color: #75BED4;
}
</style>