Shades of Seagull #73BEDC
Tints of Seagull #73BEDC
RGB
CMYK
RGB Variations
Color information
#73BEDC (or 0x73BEDC) is known color: Seagull. HEX triplet: 73, BE and DC. RGB value is (115,190,220). Sum of RGB (Red+Green+Blue) = 115+190+220=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #73BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEDC is #8C4123. Grayscale: #AAAAAA. Windows color (decimal): -9191716 or 14466675. OLE color: 14466675.
HSL color Cylindrical-coordinate representation of color #73BEDC: hue angle of 197.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BEDC is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 190 | 220 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.14 |
| HSL | 197.14º | 0.6% | 0.66% | - |
| HSV(B) | 197.14º | 0.48% | 0.86% | - |
| XYZ | 38.4 | 45.64 | 74.5 | - |
| YUV | 171 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 220 | 0.48 | 0.14 | 0 | 0.14 | 197.14 | 0.6 | 0.66 |
| Hex | 73 | BE | DC | 30 | E | 0 | E | C5 | 3C | 42 |
| Octal | 163 | 276 | 334 | 60 | 16 | 0 | 16 | 305 | 74 | 102 |
| Binary | 1110011 | 10111110 | 11011100 | 110000 | 1110 | 0 | 1110 | 11000101 | 111100 | 1000010 |
Color Harmonies of #73BEDC
Complementary color
Monochromatic Colors of #73BEDC
Black with #73BEDC
Text Example
Text Example
White with #73BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEDC; }
p { color: rgb(115,190,220); }
H1.HeaderClassName
{
color: #73BEDC;
}
.AnyTagClassName
{
color: #73BEDC;
}
</style>
background-color css
<style>
a { background-color: #73BEDC; }
a { background-color: rgb(115,190,220); }
div.DivClassName
{
background-color: #73BEDC;
}
.BgClassName
{
background-color: #73BEDC;
}
</style>
border-color css
<style>
span { border-color: #73BEDC; }
span { border-color: rgb(115,190,220); }
td.TdClassName
{
border-color: #73BEDC;
}
.TagClassName
{
border-color: #73BEDC;
}
</style>