Shades of Seagull #74B6DB
Tints of Seagull #74B6DB
RGB
CMYK
RGB Variations
Color information
#74B6DB (or 0x74B6DB) is known color: Seagull. HEX triplet: 74, B6 and DB. RGB value is (116,182,219). Sum of RGB (Red+Green+Blue) = 116+182+219=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #74B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6DB is #8B4924. Grayscale: #A6A6A6. Windows color (decimal): -9128229 or 14399092. OLE color: 14399092.
HSL color Cylindrical-coordinate representation of color #74B6DB: hue angle of 201.55º 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 #74B6DB is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 182 | 219 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.14 |
| HSL | 201.55º | 0.59% | 0.66% | - |
| HSV(B) | 201.55º | 0.47% | 0.86% | - |
| XYZ | 36.72 | 42.28 | 73.24 | - |
| YUV | 166.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 219 | 0.47 | 0.17 | 0 | 0.14 | 201.55 | 0.59 | 0.66 |
| Hex | 74 | B6 | DB | 2F | 11 | 0 | E | CA | 3B | 42 |
| Octal | 164 | 266 | 333 | 57 | 21 | 0 | 16 | 312 | 73 | 102 |
| Binary | 1110100 | 10110110 | 11011011 | 101111 | 10001 | 0 | 1110 | 11001010 | 111011 | 1000010 |
Color Harmonies of #74B6DB
Complementary color
Monochromatic Colors of #74B6DB
Black with #74B6DB
Text Example
Text Example
White with #74B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B6DB; }
p { color: rgb(116,182,219); }
H1.HeaderClassName
{
color: #74B6DB;
}
.AnyTagClassName
{
color: #74B6DB;
}
</style>
background-color css
<style>
a { background-color: #74B6DB; }
a { background-color: rgb(116,182,219); }
div.DivClassName
{
background-color: #74B6DB;
}
.BgClassName
{
background-color: #74B6DB;
}
</style>
border-color css
<style>
span { border-color: #74B6DB; }
span { border-color: rgb(116,182,219); }
td.TdClassName
{
border-color: #74B6DB;
}
.TagClassName
{
border-color: #74B6DB;
}
</style>