Shades of Seagull #74BECC
Tints of Seagull #74BECC
RGB
CMYK
RGB Variations
Color information
#74BECC (or 0x74BECC) is known color: Seagull. HEX triplet: 74, BE and CC. RGB value is (116,190,204). Sum of RGB (Red+Green+Blue) = 116+190+204=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #74BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BECC is #8B4133. Grayscale: #A9A9A9. Windows color (decimal): -9126196 or 13418100. OLE color: 13418100.
HSL color Cylindrical-coordinate representation of color #74BECC: hue angle of 189.55º degrees, saturation: 0.46, 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 #74BECC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 190 | 204 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.2 |
| HSL | 189.55º | 0.46% | 0.63% | - |
| HSV(B) | 189.55º | 0.43% | 0.8% | - |
| XYZ | 36.52 | 44.9 | 63.87 | - |
| YUV | 169.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 204 | 0.43 | 0.07 | 0 | 0.2 | 189.55 | 0.46 | 0.63 |
| Hex | 74 | BE | CC | 2B | 7 | 0 | 14 | BE | 2E | 3F |
| Octal | 164 | 276 | 314 | 53 | 7 | 0 | 24 | 276 | 56 | 77 |
| Binary | 1110100 | 10111110 | 11001100 | 101011 | 111 | 0 | 10100 | 10111110 | 101110 | 111111 |
Color Harmonies of #74BECC
Complementary color
Monochromatic Colors of #74BECC
Black with #74BECC
Text Example
Text Example
White with #74BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BECC; }
p { color: rgb(116,190,204); }
H1.HeaderClassName
{
color: #74BECC;
}
.AnyTagClassName
{
color: #74BECC;
}
</style>
background-color css
<style>
a { background-color: #74BECC; }
a { background-color: rgb(116,190,204); }
div.DivClassName
{
background-color: #74BECC;
}
.BgClassName
{
background-color: #74BECC;
}
</style>
border-color css
<style>
span { border-color: #74BECC; }
span { border-color: rgb(116,190,204); }
td.TdClassName
{
border-color: #74BECC;
}
.TagClassName
{
border-color: #74BECC;
}
</style>