Shades of Seagull #73BEDD
Tints of Seagull #73BEDD
RGB
CMYK
RGB Variations
Color information
#73BEDD (or 0x73BEDD) is known color: Seagull. HEX triplet: 73, BE and DD. RGB value is (115,190,221). Sum of RGB (Red+Green+Blue) = 115+190+221=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #73BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEDD is #8C4122. Grayscale: #AAAAAA. Windows color (decimal): -9191715 or 14532211. OLE color: 14532211.
HSL color Cylindrical-coordinate representation of color #73BEDD: hue angle of 197.55º 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 #73BEDD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 190 | 221 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.13 |
| HSL | 197.55º | 0.61% | 0.66% | - |
| HSV(B) | 197.55º | 0.48% | 0.87% | - |
| XYZ | 38.53 | 45.69 | 75.2 | - |
| YUV | 171.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 221 | 0.48 | 0.14 | 0 | 0.13 | 197.55 | 0.61 | 0.66 |
| Hex | 73 | BE | DD | 30 | E | 0 | D | C6 | 3D | 42 |
| Octal | 163 | 276 | 335 | 60 | 16 | 0 | 15 | 306 | 75 | 102 |
| Binary | 1110011 | 10111110 | 11011101 | 110000 | 1110 | 0 | 1101 | 11000110 | 111101 | 1000010 |
Color Harmonies of #73BEDD
Complementary color
Monochromatic Colors of #73BEDD
Black with #73BEDD
Text Example
Text Example
White with #73BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEDD; }
p { color: rgb(115,190,221); }
H1.HeaderClassName
{
color: #73BEDD;
}
.AnyTagClassName
{
color: #73BEDD;
}
</style>
background-color css
<style>
a { background-color: #73BEDD; }
a { background-color: rgb(115,190,221); }
div.DivClassName
{
background-color: #73BEDD;
}
.BgClassName
{
background-color: #73BEDD;
}
</style>
border-color css
<style>
span { border-color: #73BEDD; }
span { border-color: rgb(115,190,221); }
td.TdClassName
{
border-color: #73BEDD;
}
.TagClassName
{
border-color: #73BEDD;
}
</style>