Shades of Seagull #75A5CB
Tints of Seagull #75A5CB
RGB
CMYK
RGB Variations
Color information
#75A5CB (or 0x75A5CB) is known color: Seagull. HEX triplet: 75, A5 and CB. RGB value is (117,165,203). Sum of RGB (Red+Green+Blue) = 117+165+203=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #75A5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A5CB is #8A5A34. Grayscale: #9A9A9A. Windows color (decimal): -9067061 or 13346165. OLE color: 13346165.
HSL color Cylindrical-coordinate representation of color #75A5CB: hue angle of 206.51º 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 #75A5CB is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 165 | 203 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.20 |
| HSL | 206.51º | 0.45% | 0.63% | - |
| HSV(B) | 206.51º | 0.42% | 0.8% | - |
| XYZ | 31.57 | 35 | 61.59 | - |
| YUV | 154.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 165 | 203 | 0.42 | 0.19 | 0 | 0.20 | 206.51 | 0.45 | 0.63 |
| Hex | 75 | A5 | CB | 2A | 13 | 0 | 14 | CF | 2D | 3F |
| Octal | 165 | 245 | 313 | 52 | 23 | 0 | 24 | 317 | 55 | 77 |
| Binary | 1110101 | 10100101 | 11001011 | 101010 | 10011 | 0 | 10100 | 11001111 | 101101 | 111111 |
Color Harmonies of #75A5CB
Complementary color
Monochromatic Colors of #75A5CB
Black with #75A5CB
Text Example
Text Example
White with #75A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A5CB; }
p { color: rgb(117,165,203); }
H1.HeaderClassName
{
color: #75A5CB;
}
.AnyTagClassName
{
color: #75A5CB;
}
</style>
background-color css
<style>
a { background-color: #75A5CB; }
a { background-color: rgb(117,165,203); }
div.DivClassName
{
background-color: #75A5CB;
}
.BgClassName
{
background-color: #75A5CB;
}
</style>
border-color css
<style>
span { border-color: #75A5CB; }
span { border-color: rgb(117,165,203); }
td.TdClassName
{
border-color: #75A5CB;
}
.TagClassName
{
border-color: #75A5CB;
}
</style>