Shades of Seagull #74C1DD
Tints of Seagull #74C1DD
RGB
CMYK
RGB Variations
Color information
#74C1DD (or 0x74C1DD) is known color: Seagull. HEX triplet: 74, C1 and DD. RGB value is (116,193,221). Sum of RGB (Red+Green+Blue) = 116+193+221=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #74C1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1DD is #8B3E22. Grayscale: #ACACAC. Windows color (decimal): -9125411 or 14532980. OLE color: 14532980.
HSL color Cylindrical-coordinate representation of color #74C1DD: hue angle of 196º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C1DD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 193 | 221 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.13 |
| HSL | 196º | 0.61% | 0.66% | - |
| HSV(B) | 196º | 0.48% | 0.87% | - |
| XYZ | 39.32 | 47.07 | 75.42 | - |
| YUV | 173.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 221 | 0.48 | 0.13 | 0 | 0.13 | 196 | 0.61 | 0.66 |
| Hex | 74 | C1 | DD | 30 | D | 0 | D | C4 | 3D | 42 |
| Octal | 164 | 301 | 335 | 60 | 15 | 0 | 15 | 304 | 75 | 102 |
| Binary | 1110100 | 11000001 | 11011101 | 110000 | 1101 | 0 | 1101 | 11000100 | 111101 | 1000010 |
Color Harmonies of #74C1DD
Complementary color
Monochromatic Colors of #74C1DD
Black with #74C1DD
Text Example
Text Example
White with #74C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C1DD; }
p { color: rgb(116,193,221); }
H1.HeaderClassName
{
color: #74C1DD;
}
.AnyTagClassName
{
color: #74C1DD;
}
</style>
background-color css
<style>
a { background-color: #74C1DD; }
a { background-color: rgb(116,193,221); }
div.DivClassName
{
background-color: #74C1DD;
}
.BgClassName
{
background-color: #74C1DD;
}
</style>
border-color css
<style>
span { border-color: #74C1DD; }
span { border-color: rgb(116,193,221); }
td.TdClassName
{
border-color: #74C1DD;
}
.TagClassName
{
border-color: #74C1DD;
}
</style>