Shades of Seagull #73B2D6
Tints of Seagull #73B2D6
RGB
CMYK
RGB Variations
Color information
#73B2D6 (or 0x73B2D6) is known color: Seagull. HEX triplet: 73, B2 and D6. RGB value is (115,178,214). Sum of RGB (Red+Green+Blue) = 115+178+214=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #73B2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2D6 is #8C4D29. Grayscale: #A3A3A3. Windows color (decimal): -9194794 or 14070387. OLE color: 14070387.
HSL color Cylindrical-coordinate representation of color #73B2D6: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73B2D6 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 178 | 214 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.16 |
| HSL | 201.82º | 0.55% | 0.65% | - |
| HSV(B) | 201.82º | 0.46% | 0.84% | - |
| XYZ | 35.13 | 40.34 | 69.55 | - |
| YUV | 163.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 214 | 0.46 | 0.17 | 0 | 0.16 | 201.82 | 0.55 | 0.65 |
| Hex | 73 | B2 | D6 | 2E | 11 | 0 | 10 | CA | 37 | 41 |
| Octal | 163 | 262 | 326 | 56 | 21 | 0 | 20 | 312 | 67 | 101 |
| Binary | 1110011 | 10110010 | 11010110 | 101110 | 10001 | 0 | 10000 | 11001010 | 110111 | 1000001 |
Color Harmonies of #73B2D6
Complementary color
Monochromatic Colors of #73B2D6
Black with #73B2D6
Text Example
Text Example
White with #73B2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2D6; }
p { color: rgb(115,178,214); }
H1.HeaderClassName
{
color: #73B2D6;
}
.AnyTagClassName
{
color: #73B2D6;
}
</style>
background-color css
<style>
a { background-color: #73B2D6; }
a { background-color: rgb(115,178,214); }
div.DivClassName
{
background-color: #73B2D6;
}
.BgClassName
{
background-color: #73B2D6;
}
</style>
border-color css
<style>
span { border-color: #73B2D6; }
span { border-color: rgb(115,178,214); }
td.TdClassName
{
border-color: #73B2D6;
}
.TagClassName
{
border-color: #73B2D6;
}
</style>