Shades of Seagull #74AECD
Tints of Seagull #74AECD
RGB
CMYK
RGB Variations
Color information
#74AECD (or 0x74AECD) is known color: Seagull. HEX triplet: 74, AE and CD. RGB value is (116,174,205). Sum of RGB (Red+Green+Blue) = 116+174+205=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #74AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AECD is #8B5132. Grayscale: #A0A0A0. Windows color (decimal): -9130291 or 13479540. OLE color: 13479540.
HSL color Cylindrical-coordinate representation of color #74AECD: hue angle of 200.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74AECD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 174 | 205 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.20 |
| HSL | 200.9º | 0.47% | 0.63% | - |
| HSV(B) | 200.9º | 0.43% | 0.8% | - |
| XYZ | 33.36 | 38.39 | 63.41 | - |
| YUV | 160.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 205 | 0.43 | 0.15 | 0 | 0.20 | 200.9 | 0.47 | 0.63 |
| Hex | 74 | AE | CD | 2B | F | 0 | 14 | C9 | 2F | 3F |
| Octal | 164 | 256 | 315 | 53 | 17 | 0 | 24 | 311 | 57 | 77 |
| Binary | 1110100 | 10101110 | 11001101 | 101011 | 1111 | 0 | 10100 | 11001001 | 101111 | 111111 |
Color Harmonies of #74AECD
Complementary color
Monochromatic Colors of #74AECD
Black with #74AECD
Text Example
Text Example
White with #74AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AECD; }
p { color: rgb(116,174,205); }
H1.HeaderClassName
{
color: #74AECD;
}
.AnyTagClassName
{
color: #74AECD;
}
</style>
background-color css
<style>
a { background-color: #74AECD; }
a { background-color: rgb(116,174,205); }
div.DivClassName
{
background-color: #74AECD;
}
.BgClassName
{
background-color: #74AECD;
}
</style>
border-color css
<style>
span { border-color: #74AECD; }
span { border-color: rgb(116,174,205); }
td.TdClassName
{
border-color: #74AECD;
}
.TagClassName
{
border-color: #74AECD;
}
</style>