Shades of Seagull #74BADD
Tints of Seagull #74BADD
RGB
CMYK
RGB Variations
Color information
#74BADD (or 0x74BADD) is known color: Seagull. HEX triplet: 74, BA and DD. RGB value is (116,186,221). Sum of RGB (Red+Green+Blue) = 116+186+221=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #74BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BADD is #8B4522. Grayscale: #A8A8A8. Windows color (decimal): -9127203 or 14531188. OLE color: 14531188.
HSL color Cylindrical-coordinate representation of color #74BADD: hue angle of 200º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BADD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 186 | 221 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.13 |
| HSL | 200º | 0.61% | 0.66% | - |
| HSV(B) | 200º | 0.48% | 0.87% | - |
| XYZ | 37.81 | 44.05 | 74.92 | - |
| YUV | 169.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 221 | 0.48 | 0.16 | 0 | 0.13 | 200 | 0.61 | 0.66 |
| Hex | 74 | BA | DD | 30 | 10 | 0 | D | C8 | 3D | 42 |
| Octal | 164 | 272 | 335 | 60 | 20 | 0 | 15 | 310 | 75 | 102 |
| Binary | 1110100 | 10111010 | 11011101 | 110000 | 10000 | 0 | 1101 | 11001000 | 111101 | 1000010 |
Color Harmonies of #74BADD
Complementary color
Monochromatic Colors of #74BADD
Black with #74BADD
Text Example
Text Example
White with #74BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BADD; }
p { color: rgb(116,186,221); }
H1.HeaderClassName
{
color: #74BADD;
}
.AnyTagClassName
{
color: #74BADD;
}
</style>
background-color css
<style>
a { background-color: #74BADD; }
a { background-color: rgb(116,186,221); }
div.DivClassName
{
background-color: #74BADD;
}
.BgClassName
{
background-color: #74BADD;
}
</style>
border-color css
<style>
span { border-color: #74BADD; }
span { border-color: rgb(116,186,221); }
td.TdClassName
{
border-color: #74BADD;
}
.TagClassName
{
border-color: #74BADD;
}
</style>