Shades of Seagull #74BFD1
Tints of Seagull #74BFD1
RGB
CMYK
RGB Variations
Color information
#74BFD1 (or 0x74BFD1) is known color: Seagull. HEX triplet: 74, BF and D1. RGB value is (116,191,209). Sum of RGB (Red+Green+Blue) = 116+191+209=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #74BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFD1 is #8B402E. Grayscale: #AAAAAA. Windows color (decimal): -9125935 or 13746036. OLE color: 13746036.
HSL color Cylindrical-coordinate representation of color #74BFD1: hue angle of 191.61º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74BFD1 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 191 | 209 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.18 |
| HSL | 191.61º | 0.5% | 0.64% | - |
| HSV(B) | 191.61º | 0.44% | 0.82% | - |
| XYZ | 37.34 | 45.58 | 67.15 | - |
| YUV | 170.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 209 | 0.44 | 0.09 | 0 | 0.18 | 191.61 | 0.5 | 0.64 |
| Hex | 74 | BF | D1 | 2C | 9 | 0 | 12 | C0 | 32 | 40 |
| Octal | 164 | 277 | 321 | 54 | 11 | 0 | 22 | 300 | 62 | 100 |
| Binary | 1110100 | 10111111 | 11010001 | 101100 | 1001 | 0 | 10010 | 11000000 | 110010 | 1000000 |
Color Harmonies of #74BFD1
Complementary color
Monochromatic Colors of #74BFD1
Black with #74BFD1
Text Example
Text Example
White with #74BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFD1; }
p { color: rgb(116,191,209); }
H1.HeaderClassName
{
color: #74BFD1;
}
.AnyTagClassName
{
color: #74BFD1;
}
</style>
background-color css
<style>
a { background-color: #74BFD1; }
a { background-color: rgb(116,191,209); }
div.DivClassName
{
background-color: #74BFD1;
}
.BgClassName
{
background-color: #74BFD1;
}
</style>
border-color css
<style>
span { border-color: #74BFD1; }
span { border-color: rgb(116,191,209); }
td.TdClassName
{
border-color: #74BFD1;
}
.TagClassName
{
border-color: #74BFD1;
}
</style>