Shades of Seagull #75AECB
Tints of Seagull #75AECB
RGB
CMYK
RGB Variations
Color information
#75AECB (or 0x75AECB) is known color: Seagull. HEX triplet: 75, AE and CB. RGB value is (117,174,203). Sum of RGB (Red+Green+Blue) = 117+174+203=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #75AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AECB is #8A5134. Grayscale: #A0A0A0. Windows color (decimal): -9064757 or 13348469. OLE color: 13348469.
HSL color Cylindrical-coordinate representation of color #75AECB: hue angle of 200.23º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75AECB is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 174 | 203 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.20 |
| HSL | 200.23º | 0.45% | 0.63% | - |
| HSV(B) | 200.23º | 0.42% | 0.8% | - |
| XYZ | 33.25 | 38.37 | 62.15 | - |
| YUV | 160.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 174 | 203 | 0.42 | 0.14 | 0 | 0.20 | 200.23 | 0.45 | 0.63 |
| Hex | 75 | AE | CB | 2A | E | 0 | 14 | C8 | 2D | 3F |
| Octal | 165 | 256 | 313 | 52 | 16 | 0 | 24 | 310 | 55 | 77 |
| Binary | 1110101 | 10101110 | 11001011 | 101010 | 1110 | 0 | 10100 | 11001000 | 101101 | 111111 |
Color Harmonies of #75AECB
Complementary color
Monochromatic Colors of #75AECB
Black with #75AECB
Text Example
Text Example
White with #75AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AECB; }
p { color: rgb(117,174,203); }
H1.HeaderClassName
{
color: #75AECB;
}
.AnyTagClassName
{
color: #75AECB;
}
</style>
background-color css
<style>
a { background-color: #75AECB; }
a { background-color: rgb(117,174,203); }
div.DivClassName
{
background-color: #75AECB;
}
.BgClassName
{
background-color: #75AECB;
}
</style>
border-color css
<style>
span { border-color: #75AECB; }
span { border-color: rgb(117,174,203); }
td.TdClassName
{
border-color: #75AECB;
}
.TagClassName
{
border-color: #75AECB;
}
</style>