Shades of Seagull #74BADC
Tints of Seagull #74BADC
RGB
CMYK
RGB Variations
Color information
#74BADC (or 0x74BADC) is known color: Seagull. HEX triplet: 74, BA and DC. RGB value is (116,186,220). Sum of RGB (Red+Green+Blue) = 116+186+220=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #74BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BADC is #8B4523. Grayscale: #A8A8A8. Windows color (decimal): -9127204 or 14465652. OLE color: 14465652.
HSL color Cylindrical-coordinate representation of color #74BADC: hue angle of 199.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BADC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 186 | 220 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.14 |
| HSL | 199.62º | 0.6% | 0.66% | - |
| HSV(B) | 199.62º | 0.47% | 0.86% | - |
| XYZ | 37.68 | 44 | 74.22 | - |
| YUV | 168.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 220 | 0.47 | 0.15 | 0 | 0.14 | 199.62 | 0.6 | 0.66 |
| Hex | 74 | BA | DC | 2F | F | 0 | E | C8 | 3C | 42 |
| Octal | 164 | 272 | 334 | 57 | 17 | 0 | 16 | 310 | 74 | 102 |
| Binary | 1110100 | 10111010 | 11011100 | 101111 | 1111 | 0 | 1110 | 11001000 | 111100 | 1000010 |
Color Harmonies of #74BADC
Complementary color
Monochromatic Colors of #74BADC
Black with #74BADC
Text Example
Text Example
White with #74BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BADC; }
p { color: rgb(116,186,220); }
H1.HeaderClassName
{
color: #74BADC;
}
.AnyTagClassName
{
color: #74BADC;
}
</style>
background-color css
<style>
a { background-color: #74BADC; }
a { background-color: rgb(116,186,220); }
div.DivClassName
{
background-color: #74BADC;
}
.BgClassName
{
background-color: #74BADC;
}
</style>
border-color css
<style>
span { border-color: #74BADC; }
span { border-color: rgb(116,186,220); }
td.TdClassName
{
border-color: #74BADC;
}
.TagClassName
{
border-color: #74BADC;
}
</style>