Shades of Seagull #74B2DA
Tints of Seagull #74B2DA
RGB
CMYK
RGB Variations
Color information
#74B2DA (or 0x74B2DA) is known color: Seagull. HEX triplet: 74, B2 and DA. RGB value is (116,178,218). Sum of RGB (Red+Green+Blue) = 116+178+218=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #74B2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B2DA is #8B4D25. Grayscale: #A3A3A3. Windows color (decimal): -9129254 or 14332532. OLE color: 14332532.
HSL color Cylindrical-coordinate representation of color #74B2DA: hue angle of 203.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74B2DA is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 178 | 218 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.15 |
| HSL | 203.53º | 0.58% | 0.65% | - |
| HSV(B) | 203.53º | 0.47% | 0.85% | - |
| XYZ | 35.78 | 40.62 | 72.28 | - |
| YUV | 164.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 218 | 0.47 | 0.18 | 0 | 0.15 | 203.53 | 0.58 | 0.65 |
| Hex | 74 | B2 | DA | 2F | 12 | 0 | F | CC | 3A | 41 |
| Octal | 164 | 262 | 332 | 57 | 22 | 0 | 17 | 314 | 72 | 101 |
| Binary | 1110100 | 10110010 | 11011010 | 101111 | 10010 | 0 | 1111 | 11001100 | 111010 | 1000001 |
Color Harmonies of #74B2DA
Complementary color
Monochromatic Colors of #74B2DA
Black with #74B2DA
Text Example
Text Example
White with #74B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B2DA; }
p { color: rgb(116,178,218); }
H1.HeaderClassName
{
color: #74B2DA;
}
.AnyTagClassName
{
color: #74B2DA;
}
</style>
background-color css
<style>
a { background-color: #74B2DA; }
a { background-color: rgb(116,178,218); }
div.DivClassName
{
background-color: #74B2DA;
}
.BgClassName
{
background-color: #74B2DA;
}
</style>
border-color css
<style>
span { border-color: #74B2DA; }
span { border-color: rgb(116,178,218); }
td.TdClassName
{
border-color: #74B2DA;
}
.TagClassName
{
border-color: #74B2DA;
}
</style>