Shades of Seagull #73BDDC
Tints of Seagull #73BDDC
RGB
CMYK
RGB Variations
Color information
#73BDDC (or 0x73BDDC) is known color: Seagull. HEX triplet: 73, BD and DC. RGB value is (115,189,220). Sum of RGB (Red+Green+Blue) = 115+189+220=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #73BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDDC is #8C4223. Grayscale: #AAAAAA. Windows color (decimal): -9191972 or 14466419. OLE color: 14466419.
HSL color Cylindrical-coordinate representation of color #73BDDC: hue angle of 197.71º 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 #73BDDC is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 189 | 220 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.14 |
| HSL | 197.71º | 0.6% | 0.66% | - |
| HSV(B) | 197.71º | 0.48% | 0.86% | - |
| XYZ | 38.19 | 45.21 | 74.42 | - |
| YUV | 170.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 220 | 0.48 | 0.14 | 0 | 0.14 | 197.71 | 0.6 | 0.66 |
| Hex | 73 | BD | DC | 30 | E | 0 | E | C6 | 3C | 42 |
| Octal | 163 | 275 | 334 | 60 | 16 | 0 | 16 | 306 | 74 | 102 |
| Binary | 1110011 | 10111101 | 11011100 | 110000 | 1110 | 0 | 1110 | 11000110 | 111100 | 1000010 |
Color Harmonies of #73BDDC
Complementary color
Monochromatic Colors of #73BDDC
Black with #73BDDC
Text Example
Text Example
White with #73BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDDC; }
p { color: rgb(115,189,220); }
H1.HeaderClassName
{
color: #73BDDC;
}
.AnyTagClassName
{
color: #73BDDC;
}
</style>
background-color css
<style>
a { background-color: #73BDDC; }
a { background-color: rgb(115,189,220); }
div.DivClassName
{
background-color: #73BDDC;
}
.BgClassName
{
background-color: #73BDDC;
}
</style>
border-color css
<style>
span { border-color: #73BDDC; }
span { border-color: rgb(115,189,220); }
td.TdClassName
{
border-color: #73BDDC;
}
.TagClassName
{
border-color: #73BDDC;
}
</style>