Shades of Seagull #75ABCB
Tints of Seagull #75ABCB
RGB
CMYK
RGB Variations
Color information
#75ABCB (or 0x75ABCB) is known color: Seagull. HEX triplet: 75, AB and CB. RGB value is (117,171,203). Sum of RGB (Red+Green+Blue) = 117+171+203=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #75ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABCB is #8A5434. Grayscale: #9E9E9E. Windows color (decimal): -9065525 or 13347701. OLE color: 13347701.
HSL color Cylindrical-coordinate representation of color #75ABCB: hue angle of 202.33º 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 #75ABCB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 171 | 203 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.20 |
| HSL | 202.33º | 0.45% | 0.63% | - |
| HSV(B) | 202.33º | 0.42% | 0.8% | - |
| XYZ | 32.68 | 37.22 | 61.96 | - |
| YUV | 158.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 203 | 0.42 | 0.16 | 0 | 0.20 | 202.33 | 0.45 | 0.63 |
| Hex | 75 | AB | CB | 2A | 10 | 0 | 14 | CA | 2D | 3F |
| Octal | 165 | 253 | 313 | 52 | 20 | 0 | 24 | 312 | 55 | 77 |
| Binary | 1110101 | 10101011 | 11001011 | 101010 | 10000 | 0 | 10100 | 11001010 | 101101 | 111111 |
Color Harmonies of #75ABCB
Complementary color
Monochromatic Colors of #75ABCB
Black with #75ABCB
Text Example
Text Example
White with #75ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ABCB; }
p { color: rgb(117,171,203); }
H1.HeaderClassName
{
color: #75ABCB;
}
.AnyTagClassName
{
color: #75ABCB;
}
</style>
background-color css
<style>
a { background-color: #75ABCB; }
a { background-color: rgb(117,171,203); }
div.DivClassName
{
background-color: #75ABCB;
}
.BgClassName
{
background-color: #75ABCB;
}
</style>
border-color css
<style>
span { border-color: #75ABCB; }
span { border-color: rgb(117,171,203); }
td.TdClassName
{
border-color: #75ABCB;
}
.TagClassName
{
border-color: #75ABCB;
}
</style>