Shades of Seagull #74BCDB
Tints of Seagull #74BCDB
RGB
CMYK
RGB Variations
Color information
#74BCDB (or 0x74BCDB) is known color: Seagull. HEX triplet: 74, BC and DB. RGB value is (116,188,219). Sum of RGB (Red+Green+Blue) = 116+188+219=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #74BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCDB is #8B4324. Grayscale: #A9A9A9. Windows color (decimal): -9126693 or 14400628. OLE color: 14400628.
HSL color Cylindrical-coordinate representation of color #74BCDB: hue angle of 198.06º 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 #74BCDB is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 188 | 219 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.14 |
| HSL | 198.06º | 0.59% | 0.66% | - |
| HSV(B) | 198.06º | 0.47% | 0.86% | - |
| XYZ | 37.97 | 44.79 | 73.66 | - |
| YUV | 170.01 | 155.65 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 219 | 0.47 | 0.14 | 0 | 0.14 | 198.06 | 0.59 | 0.66 |
| Hex | 74 | BC | DB | 2F | E | 0 | E | C6 | 3B | 42 |
| Octal | 164 | 274 | 333 | 57 | 16 | 0 | 16 | 306 | 73 | 102 |
| Binary | 1110100 | 10111100 | 11011011 | 101111 | 1110 | 0 | 1110 | 11000110 | 111011 | 1000010 |
Color Harmonies of #74BCDB
Complementary color
Monochromatic Colors of #74BCDB
Black with #74BCDB
Text Example
Text Example
White with #74BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCDB; }
p { color: rgb(116,188,219); }
H1.HeaderClassName
{
color: #74BCDB;
}
.AnyTagClassName
{
color: #74BCDB;
}
</style>
background-color css
<style>
a { background-color: #74BCDB; }
a { background-color: rgb(116,188,219); }
div.DivClassName
{
background-color: #74BCDB;
}
.BgClassName
{
background-color: #74BCDB;
}
</style>
border-color css
<style>
span { border-color: #74BCDB; }
span { border-color: rgb(116,188,219); }
td.TdClassName
{
border-color: #74BCDB;
}
.TagClassName
{
border-color: #74BCDB;
}
</style>