Shades of Seagull #75ACD2
Tints of Seagull #75ACD2
RGB
CMYK
RGB Variations
Color information
#75ACD2 (or 0x75ACD2) is known color: Seagull. HEX triplet: 75, AC and D2. RGB value is (117,172,210). Sum of RGB (Red+Green+Blue) = 117+172+210=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #75ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACD2 is #8A532D. Grayscale: #9F9F9F. Windows color (decimal): -9065262 or 13806709. OLE color: 13806709.
HSL color Cylindrical-coordinate representation of color #75ACD2: hue angle of 204.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75ACD2 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 172 | 210 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.18 |
| HSL | 204.52º | 0.51% | 0.64% | - |
| HSV(B) | 204.52º | 0.44% | 0.82% | - |
| XYZ | 33.72 | 37.94 | 66.52 | - |
| YUV | 159.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 210 | 0.44 | 0.18 | 0 | 0.18 | 204.52 | 0.51 | 0.64 |
| Hex | 75 | AC | D2 | 2C | 12 | 0 | 12 | CD | 33 | 40 |
| Octal | 165 | 254 | 322 | 54 | 22 | 0 | 22 | 315 | 63 | 100 |
| Binary | 1110101 | 10101100 | 11010010 | 101100 | 10010 | 0 | 10010 | 11001101 | 110011 | 1000000 |
Color Harmonies of #75ACD2
Complementary color
Monochromatic Colors of #75ACD2
Black with #75ACD2
Text Example
Text Example
White with #75ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ACD2; }
p { color: rgb(117,172,210); }
H1.HeaderClassName
{
color: #75ACD2;
}
.AnyTagClassName
{
color: #75ACD2;
}
</style>
background-color css
<style>
a { background-color: #75ACD2; }
a { background-color: rgb(117,172,210); }
div.DivClassName
{
background-color: #75ACD2;
}
.BgClassName
{
background-color: #75ACD2;
}
</style>
border-color css
<style>
span { border-color: #75ACD2; }
span { border-color: rgb(117,172,210); }
td.TdClassName
{
border-color: #75ACD2;
}
.TagClassName
{
border-color: #75ACD2;
}
</style>