Shades of Seagull #73B2D8
Tints of Seagull #73B2D8
RGB
CMYK
RGB Variations
Color information
#73B2D8 (or 0x73B2D8) is known color: Seagull. HEX triplet: 73, B2 and D8. RGB value is (115,178,216). Sum of RGB (Red+Green+Blue) = 115+178+216=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #73B2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2D8 is #8C4D27. Grayscale: #A3A3A3. Windows color (decimal): -9194792 or 14201459. OLE color: 14201459.
HSL color Cylindrical-coordinate representation of color #73B2D8: hue angle of 202.57º degrees, saturation: 0.56, 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 #73B2D8 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 178 | 216 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.15 |
| HSL | 202.57º | 0.56% | 0.65% | - |
| HSV(B) | 202.57º | 0.47% | 0.85% | - |
| XYZ | 35.39 | 40.44 | 70.91 | - |
| YUV | 163.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 216 | 0.47 | 0.18 | 0 | 0.15 | 202.57 | 0.56 | 0.65 |
| Hex | 73 | B2 | D8 | 2F | 12 | 0 | F | CB | 38 | 41 |
| Octal | 163 | 262 | 330 | 57 | 22 | 0 | 17 | 313 | 70 | 101 |
| Binary | 1110011 | 10110010 | 11011000 | 101111 | 10010 | 0 | 1111 | 11001011 | 111000 | 1000001 |
Color Harmonies of #73B2D8
Complementary color
Monochromatic Colors of #73B2D8
Black with #73B2D8
Text Example
Text Example
White with #73B2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2D8; }
p { color: rgb(115,178,216); }
H1.HeaderClassName
{
color: #73B2D8;
}
.AnyTagClassName
{
color: #73B2D8;
}
</style>
background-color css
<style>
a { background-color: #73B2D8; }
a { background-color: rgb(115,178,216); }
div.DivClassName
{
background-color: #73B2D8;
}
.BgClassName
{
background-color: #73B2D8;
}
</style>
border-color css
<style>
span { border-color: #73B2D8; }
span { border-color: rgb(115,178,216); }
td.TdClassName
{
border-color: #73B2D8;
}
.TagClassName
{
border-color: #73B2D8;
}
</style>