Shades of Seagull #74ABCF
Tints of Seagull #74ABCF
RGB
CMYK
RGB Variations
Color information
#74ABCF (or 0x74ABCF) is known color: Seagull. HEX triplet: 74, AB and CF. RGB value is (116,171,207). Sum of RGB (Red+Green+Blue) = 116+171+207=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #74ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABCF is #8B5430. Grayscale: #9E9E9E. Windows color (decimal): -9131057 or 13609844. OLE color: 13609844.
HSL color Cylindrical-coordinate representation of color #74ABCF: hue angle of 203.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74ABCF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 171 | 207 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.19 |
| HSL | 203.74º | 0.49% | 0.63% | - |
| HSV(B) | 203.74º | 0.44% | 0.81% | - |
| XYZ | 33.03 | 37.34 | 64.5 | - |
| YUV | 158.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 207 | 0.44 | 0.17 | 0 | 0.19 | 203.74 | 0.49 | 0.63 |
| Hex | 74 | AB | CF | 2C | 11 | 0 | 13 | CC | 31 | 3F |
| Octal | 164 | 253 | 317 | 54 | 21 | 0 | 23 | 314 | 61 | 77 |
| Binary | 1110100 | 10101011 | 11001111 | 101100 | 10001 | 0 | 10011 | 11001100 | 110001 | 111111 |
Color Harmonies of #74ABCF
Complementary color
Monochromatic Colors of #74ABCF
Black with #74ABCF
Text Example
Text Example
White with #74ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABCF; }
p { color: rgb(116,171,207); }
H1.HeaderClassName
{
color: #74ABCF;
}
.AnyTagClassName
{
color: #74ABCF;
}
</style>
background-color css
<style>
a { background-color: #74ABCF; }
a { background-color: rgb(116,171,207); }
div.DivClassName
{
background-color: #74ABCF;
}
.BgClassName
{
background-color: #74ABCF;
}
</style>
border-color css
<style>
span { border-color: #74ABCF; }
span { border-color: rgb(116,171,207); }
td.TdClassName
{
border-color: #74ABCF;
}
.TagClassName
{
border-color: #74ABCF;
}
</style>