Shades of Seagull #74A8CF
Tints of Seagull #74A8CF
RGB
CMYK
RGB Variations
Color information
#74A8CF (or 0x74A8CF) is known color: Seagull. HEX triplet: 74, A8 and CF. RGB value is (116,168,207). Sum of RGB (Red+Green+Blue) = 116+168+207=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #74A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8CF is #8B5730. Grayscale: #9C9C9C. Windows color (decimal): -9131825 or 13609076. OLE color: 13609076.
HSL color Cylindrical-coordinate representation of color #74A8CF: hue angle of 205.71º 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 #74A8CF is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 168 | 207 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.19 |
| HSL | 205.71º | 0.49% | 0.63% | - |
| HSV(B) | 205.71º | 0.44% | 0.81% | - |
| XYZ | 32.47 | 36.22 | 64.31 | - |
| YUV | 156.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 207 | 0.44 | 0.19 | 0 | 0.19 | 205.71 | 0.49 | 0.63 |
| Hex | 74 | A8 | CF | 2C | 13 | 0 | 13 | CE | 31 | 3F |
| Octal | 164 | 250 | 317 | 54 | 23 | 0 | 23 | 316 | 61 | 77 |
| Binary | 1110100 | 10101000 | 11001111 | 101100 | 10011 | 0 | 10011 | 11001110 | 110001 | 111111 |
Color Harmonies of #74A8CF
Complementary color
Monochromatic Colors of #74A8CF
Black with #74A8CF
Text Example
Text Example
White with #74A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8CF; }
p { color: rgb(116,168,207); }
H1.HeaderClassName
{
color: #74A8CF;
}
.AnyTagClassName
{
color: #74A8CF;
}
</style>
background-color css
<style>
a { background-color: #74A8CF; }
a { background-color: rgb(116,168,207); }
div.DivClassName
{
background-color: #74A8CF;
}
.BgClassName
{
background-color: #74A8CF;
}
</style>
border-color css
<style>
span { border-color: #74A8CF; }
span { border-color: rgb(116,168,207); }
td.TdClassName
{
border-color: #74A8CF;
}
.TagClassName
{
border-color: #74A8CF;
}
</style>