Shades of Seagull #75BED3
Tints of Seagull #75BED3
RGB
CMYK
RGB Variations
Color information
#75BED3 (or 0x75BED3) is known color: Seagull. HEX triplet: 75, BE and D3. RGB value is (117,190,211). Sum of RGB (Red+Green+Blue) = 117+190+211=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #75BED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BED3 is #8A412C. Grayscale: #AAAAAA. Windows color (decimal): -9060653 or 13876853. OLE color: 13876853.
HSL color Cylindrical-coordinate representation of color #75BED3: hue angle of 193.4º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BED3 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 190 | 211 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.17 |
| HSL | 193.4º | 0.52% | 0.64% | - |
| HSV(B) | 193.4º | 0.45% | 0.83% | - |
| XYZ | 37.51 | 45.31 | 68.4 | - |
| YUV | 170.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 211 | 0.45 | 0.10 | 0 | 0.17 | 193.4 | 0.52 | 0.64 |
| Hex | 75 | BE | D3 | 2D | A | 0 | 11 | C1 | 34 | 40 |
| Octal | 165 | 276 | 323 | 55 | 12 | 0 | 21 | 301 | 64 | 100 |
| Binary | 1110101 | 10111110 | 11010011 | 101101 | 1010 | 0 | 10001 | 11000001 | 110100 | 1000000 |
Color Harmonies of #75BED3
Complementary color
Monochromatic Colors of #75BED3
Black with #75BED3
Text Example
Text Example
White with #75BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BED3; }
p { color: rgb(117,190,211); }
H1.HeaderClassName
{
color: #75BED3;
}
.AnyTagClassName
{
color: #75BED3;
}
</style>
background-color css
<style>
a { background-color: #75BED3; }
a { background-color: rgb(117,190,211); }
div.DivClassName
{
background-color: #75BED3;
}
.BgClassName
{
background-color: #75BED3;
}
</style>
border-color css
<style>
span { border-color: #75BED3; }
span { border-color: rgb(117,190,211); }
td.TdClassName
{
border-color: #75BED3;
}
.TagClassName
{
border-color: #75BED3;
}
</style>