Shades of Seagull #74B3DB
Tints of Seagull #74B3DB
RGB
CMYK
RGB Variations
Color information
#74B3DB (or 0x74B3DB) is known color: Seagull. HEX triplet: 74, B3 and DB. RGB value is (116,179,219). Sum of RGB (Red+Green+Blue) = 116+179+219=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #74B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B3DB is #8B4C24. Grayscale: #A4A4A4. Windows color (decimal): -9128997 or 14398324. OLE color: 14398324.
HSL color Cylindrical-coordinate representation of color #74B3DB: hue angle of 203.3º 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 #74B3DB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 179 | 219 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.14 |
| HSL | 203.3º | 0.59% | 0.66% | - |
| HSV(B) | 203.3º | 0.47% | 0.86% | - |
| XYZ | 36.11 | 41.07 | 73.04 | - |
| YUV | 164.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 219 | 0.47 | 0.18 | 0 | 0.14 | 203.3 | 0.59 | 0.66 |
| Hex | 74 | B3 | DB | 2F | 12 | 0 | E | CB | 3B | 42 |
| Octal | 164 | 263 | 333 | 57 | 22 | 0 | 16 | 313 | 73 | 102 |
| Binary | 1110100 | 10110011 | 11011011 | 101111 | 10010 | 0 | 1110 | 11001011 | 111011 | 1000010 |
Color Harmonies of #74B3DB
Complementary color
Monochromatic Colors of #74B3DB
Black with #74B3DB
Text Example
Text Example
White with #74B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B3DB; }
p { color: rgb(116,179,219); }
H1.HeaderClassName
{
color: #74B3DB;
}
.AnyTagClassName
{
color: #74B3DB;
}
</style>
background-color css
<style>
a { background-color: #74B3DB; }
a { background-color: rgb(116,179,219); }
div.DivClassName
{
background-color: #74B3DB;
}
.BgClassName
{
background-color: #74B3DB;
}
</style>
border-color css
<style>
span { border-color: #74B3DB; }
span { border-color: rgb(116,179,219); }
td.TdClassName
{
border-color: #74B3DB;
}
.TagClassName
{
border-color: #74B3DB;
}
</style>