Shades of Seagull #74BADB
Tints of Seagull #74BADB
RGB
CMYK
RGB Variations
Color information
#74BADB (or 0x74BADB) is known color: Seagull. HEX triplet: 74, BA and DB. RGB value is (116,186,219). Sum of RGB (Red+Green+Blue) = 116+186+219=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #74BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BADB is #8B4524. Grayscale: #A8A8A8. Windows color (decimal): -9127205 or 14400116. OLE color: 14400116.
HSL color Cylindrical-coordinate representation of color #74BADB: hue angle of 199.22º degrees, saturation: 0.59, 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 #74BADB is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 186 | 219 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.14 |
| HSL | 199.22º | 0.59% | 0.66% | - |
| HSV(B) | 199.22º | 0.47% | 0.86% | - |
| XYZ | 37.55 | 43.95 | 73.52 | - |
| YUV | 168.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 219 | 0.47 | 0.15 | 0 | 0.14 | 199.22 | 0.59 | 0.66 |
| Hex | 74 | BA | DB | 2F | F | 0 | E | C7 | 3B | 42 |
| Octal | 164 | 272 | 333 | 57 | 17 | 0 | 16 | 307 | 73 | 102 |
| Binary | 1110100 | 10111010 | 11011011 | 101111 | 1111 | 0 | 1110 | 11000111 | 111011 | 1000010 |
Color Harmonies of #74BADB
Complementary color
Monochromatic Colors of #74BADB
Black with #74BADB
Text Example
Text Example
White with #74BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BADB; }
p { color: rgb(116,186,219); }
H1.HeaderClassName
{
color: #74BADB;
}
.AnyTagClassName
{
color: #74BADB;
}
</style>
background-color css
<style>
a { background-color: #74BADB; }
a { background-color: rgb(116,186,219); }
div.DivClassName
{
background-color: #74BADB;
}
.BgClassName
{
background-color: #74BADB;
}
</style>
border-color css
<style>
span { border-color: #74BADB; }
span { border-color: rgb(116,186,219); }
td.TdClassName
{
border-color: #74BADB;
}
.TagClassName
{
border-color: #74BADB;
}
</style>