Shades of Seagull #72ADD2
Tints of Seagull #72ADD2
RGB
CMYK
RGB Variations
Color information
#72ADD2 (or 0x72ADD2) is known color: Seagull. HEX triplet: 72, AD and D2. RGB value is (114,173,210). Sum of RGB (Red+Green+Blue) = 114+173+210=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #72ADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADD2 is #8D522D. Grayscale: #9F9F9F. Windows color (decimal): -9261614 or 13806962. OLE color: 13806962.
HSL color Cylindrical-coordinate representation of color #72ADD2: hue angle of 203.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72ADD2 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 173 | 210 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.18 |
| HSL | 203.13º | 0.52% | 0.64% | - |
| HSV(B) | 203.13º | 0.46% | 0.82% | - |
| XYZ | 33.52 | 38.12 | 66.56 | - |
| YUV | 159.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 210 | 0.46 | 0.18 | 0 | 0.18 | 203.13 | 0.52 | 0.64 |
| Hex | 72 | AD | D2 | 2E | 12 | 0 | 12 | CB | 34 | 40 |
| Octal | 162 | 255 | 322 | 56 | 22 | 0 | 22 | 313 | 64 | 100 |
| Binary | 1110010 | 10101101 | 11010010 | 101110 | 10010 | 0 | 10010 | 11001011 | 110100 | 1000000 |
Color Harmonies of #72ADD2
Complementary color
Monochromatic Colors of #72ADD2
Black with #72ADD2
Text Example
Text Example
White with #72ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADD2; }
p { color: rgb(114,173,210); }
H1.HeaderClassName
{
color: #72ADD2;
}
.AnyTagClassName
{
color: #72ADD2;
}
</style>
background-color css
<style>
a { background-color: #72ADD2; }
a { background-color: rgb(114,173,210); }
div.DivClassName
{
background-color: #72ADD2;
}
.BgClassName
{
background-color: #72ADD2;
}
</style>
border-color css
<style>
span { border-color: #72ADD2; }
span { border-color: rgb(114,173,210); }
td.TdClassName
{
border-color: #72ADD2;
}
.TagClassName
{
border-color: #72ADD2;
}
</style>