Shades of Seagull #74AECE
Tints of Seagull #74AECE
RGB
CMYK
RGB Variations
Color information
#74AECE (or 0x74AECE) is known color: Seagull. HEX triplet: 74, AE and CE. RGB value is (116,174,206). Sum of RGB (Red+Green+Blue) = 116+174+206=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #74AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AECE is #8B5131. Grayscale: #A0A0A0. Windows color (decimal): -9130290 or 13545076. OLE color: 13545076.
HSL color Cylindrical-coordinate representation of color #74AECE: hue angle of 201.33º degrees, saturation: 0.48, 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 #74AECE is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 174 | 206 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.19 |
| HSL | 201.33º | 0.48% | 0.63% | - |
| HSV(B) | 201.33º | 0.44% | 0.81% | - |
| XYZ | 33.48 | 38.44 | 64.05 | - |
| YUV | 160.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 206 | 0.44 | 0.16 | 0 | 0.19 | 201.33 | 0.48 | 0.63 |
| Hex | 74 | AE | CE | 2C | 10 | 0 | 13 | C9 | 30 | 3F |
| Octal | 164 | 256 | 316 | 54 | 20 | 0 | 23 | 311 | 60 | 77 |
| Binary | 1110100 | 10101110 | 11001110 | 101100 | 10000 | 0 | 10011 | 11001001 | 110000 | 111111 |
Color Harmonies of #74AECE
Complementary color
Monochromatic Colors of #74AECE
Black with #74AECE
Text Example
Text Example
White with #74AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AECE; }
p { color: rgb(116,174,206); }
H1.HeaderClassName
{
color: #74AECE;
}
.AnyTagClassName
{
color: #74AECE;
}
</style>
background-color css
<style>
a { background-color: #74AECE; }
a { background-color: rgb(116,174,206); }
div.DivClassName
{
background-color: #74AECE;
}
.BgClassName
{
background-color: #74AECE;
}
</style>
border-color css
<style>
span { border-color: #74AECE; }
span { border-color: rgb(116,174,206); }
td.TdClassName
{
border-color: #74AECE;
}
.TagClassName
{
border-color: #74AECE;
}
</style>