Shades of Seagull #74BEDA
Tints of Seagull #74BEDA
RGB
CMYK
RGB Variations
Color information
#74BEDA (or 0x74BEDA) is known color: Seagull. HEX triplet: 74, BE and DA. RGB value is (116,190,218). Sum of RGB (Red+Green+Blue) = 116+190+218=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #74BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEDA is #8B4125. Grayscale: #AAAAAA. Windows color (decimal): -9126182 or 14335604. OLE color: 14335604.
HSL color Cylindrical-coordinate representation of color #74BEDA: hue angle of 196.47º 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 #74BEDA is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 190 | 218 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.15 |
| HSL | 196.47º | 0.58% | 0.65% | - |
| HSV(B) | 196.47º | 0.47% | 0.85% | - |
| XYZ | 38.27 | 45.6 | 73.11 | - |
| YUV | 171.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 218 | 0.47 | 0.13 | 0 | 0.15 | 196.47 | 0.58 | 0.65 |
| Hex | 74 | BE | DA | 2F | D | 0 | F | C4 | 3A | 41 |
| Octal | 164 | 276 | 332 | 57 | 15 | 0 | 17 | 304 | 72 | 101 |
| Binary | 1110100 | 10111110 | 11011010 | 101111 | 1101 | 0 | 1111 | 11000100 | 111010 | 1000001 |
Color Harmonies of #74BEDA
Complementary color
Monochromatic Colors of #74BEDA
Black with #74BEDA
Text Example
Text Example
White with #74BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEDA; }
p { color: rgb(116,190,218); }
H1.HeaderClassName
{
color: #74BEDA;
}
.AnyTagClassName
{
color: #74BEDA;
}
</style>
background-color css
<style>
a { background-color: #74BEDA; }
a { background-color: rgb(116,190,218); }
div.DivClassName
{
background-color: #74BEDA;
}
.BgClassName
{
background-color: #74BEDA;
}
</style>
border-color css
<style>
span { border-color: #74BEDA; }
span { border-color: rgb(116,190,218); }
td.TdClassName
{
border-color: #74BEDA;
}
.TagClassName
{
border-color: #74BEDA;
}
</style>