Shades of Seagull #74BFDC
Tints of Seagull #74BFDC
RGB
CMYK
RGB Variations
Color information
#74BFDC (or 0x74BFDC) is known color: Seagull. HEX triplet: 74, BF and DC. RGB value is (116,191,220). Sum of RGB (Red+Green+Blue) = 116+191+220=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #74BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFDC is #8B4023. Grayscale: #ABABAB. Windows color (decimal): -9125924 or 14466932. OLE color: 14466932.
HSL color Cylindrical-coordinate representation of color #74BFDC: hue angle of 196.73º degrees, saturation: 0.6, 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 #74BFDC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 191 | 220 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.14 |
| HSL | 196.73º | 0.6% | 0.66% | - |
| HSV(B) | 196.73º | 0.47% | 0.86% | - |
| XYZ | 38.75 | 46.14 | 74.57 | - |
| YUV | 171.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 220 | 0.47 | 0.13 | 0 | 0.14 | 196.73 | 0.6 | 0.66 |
| Hex | 74 | BF | DC | 2F | D | 0 | E | C5 | 3C | 42 |
| Octal | 164 | 277 | 334 | 57 | 15 | 0 | 16 | 305 | 74 | 102 |
| Binary | 1110100 | 10111111 | 11011100 | 101111 | 1101 | 0 | 1110 | 11000101 | 111100 | 1000010 |
Color Harmonies of #74BFDC
Complementary color
Monochromatic Colors of #74BFDC
Black with #74BFDC
Text Example
Text Example
White with #74BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFDC; }
p { color: rgb(116,191,220); }
H1.HeaderClassName
{
color: #74BFDC;
}
.AnyTagClassName
{
color: #74BFDC;
}
</style>
background-color css
<style>
a { background-color: #74BFDC; }
a { background-color: rgb(116,191,220); }
div.DivClassName
{
background-color: #74BFDC;
}
.BgClassName
{
background-color: #74BFDC;
}
</style>
border-color css
<style>
span { border-color: #74BFDC; }
span { border-color: rgb(116,191,220); }
td.TdClassName
{
border-color: #74BFDC;
}
.TagClassName
{
border-color: #74BFDC;
}
</style>