Shades of Seagull #75A8CB
Tints of Seagull #75A8CB
RGB
CMYK
RGB Variations
Color information
#75A8CB (or 0x75A8CB) is known color: Seagull. HEX triplet: 75, A8 and CB. RGB value is (117,168,203). Sum of RGB (Red+Green+Blue) = 117+168+203=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #75A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8CB is #8A5734. Grayscale: #9C9C9C. Windows color (decimal): -9066293 or 13346933. OLE color: 13346933.
HSL color Cylindrical-coordinate representation of color #75A8CB: hue angle of 204.42º 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 #75A8CB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 168 | 203 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.20 |
| HSL | 204.42º | 0.45% | 0.63% | - |
| HSV(B) | 204.42º | 0.42% | 0.8% | - |
| XYZ | 32.12 | 36.1 | 61.77 | - |
| YUV | 156.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 203 | 0.42 | 0.17 | 0 | 0.20 | 204.42 | 0.45 | 0.63 |
| Hex | 75 | A8 | CB | 2A | 11 | 0 | 14 | CC | 2D | 3F |
| Octal | 165 | 250 | 313 | 52 | 21 | 0 | 24 | 314 | 55 | 77 |
| Binary | 1110101 | 10101000 | 11001011 | 101010 | 10001 | 0 | 10100 | 11001100 | 101101 | 111111 |
Color Harmonies of #75A8CB
Complementary color
Monochromatic Colors of #75A8CB
Black with #75A8CB
Text Example
Text Example
White with #75A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8CB; }
p { color: rgb(117,168,203); }
H1.HeaderClassName
{
color: #75A8CB;
}
.AnyTagClassName
{
color: #75A8CB;
}
</style>
background-color css
<style>
a { background-color: #75A8CB; }
a { background-color: rgb(117,168,203); }
div.DivClassName
{
background-color: #75A8CB;
}
.BgClassName
{
background-color: #75A8CB;
}
</style>
border-color css
<style>
span { border-color: #75A8CB; }
span { border-color: rgb(117,168,203); }
td.TdClassName
{
border-color: #75A8CB;
}
.TagClassName
{
border-color: #75A8CB;
}
</style>