Shades of Seagull #74BDCD
Tints of Seagull #74BDCD
RGB
CMYK
RGB Variations
Color information
#74BDCD (or 0x74BDCD) is known color: Seagull. HEX triplet: 74, BD and CD. RGB value is (116,189,205). Sum of RGB (Red+Green+Blue) = 116+189+205=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #74BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDCD is #8B4232. Grayscale: #A8A8A8. Windows color (decimal): -9126451 or 13483380. OLE color: 13483380.
HSL color Cylindrical-coordinate representation of color #74BDCD: hue angle of 190.79º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74BDCD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 189 | 205 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.20 |
| HSL | 190.79º | 0.47% | 0.63% | - |
| HSV(B) | 190.79º | 0.43% | 0.8% | - |
| XYZ | 36.42 | 44.52 | 64.43 | - |
| YUV | 169 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 205 | 0.43 | 0.08 | 0 | 0.20 | 190.79 | 0.47 | 0.63 |
| Hex | 74 | BD | CD | 2B | 8 | 0 | 14 | BF | 2F | 3F |
| Octal | 164 | 275 | 315 | 53 | 10 | 0 | 24 | 277 | 57 | 77 |
| Binary | 1110100 | 10111101 | 11001101 | 101011 | 1000 | 0 | 10100 | 10111111 | 101111 | 111111 |
Color Harmonies of #74BDCD
Complementary color
Monochromatic Colors of #74BDCD
Black with #74BDCD
Text Example
Text Example
White with #74BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDCD; }
p { color: rgb(116,189,205); }
H1.HeaderClassName
{
color: #74BDCD;
}
.AnyTagClassName
{
color: #74BDCD;
}
</style>
background-color css
<style>
a { background-color: #74BDCD; }
a { background-color: rgb(116,189,205); }
div.DivClassName
{
background-color: #74BDCD;
}
.BgClassName
{
background-color: #74BDCD;
}
</style>
border-color css
<style>
span { border-color: #74BDCD; }
span { border-color: rgb(116,189,205); }
td.TdClassName
{
border-color: #74BDCD;
}
.TagClassName
{
border-color: #74BDCD;
}
</style>