Shades of Seagull #72AAD2
Tints of Seagull #72AAD2
RGB
CMYK
RGB Variations
Color information
#72AAD2 (or 0x72AAD2) is known color: Seagull. HEX triplet: 72, AA and D2. RGB value is (114,170,210). Sum of RGB (Red+Green+Blue) = 114+170+210=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #72AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AAD2 is #8D552D. Grayscale: #9D9D9D. Windows color (decimal): -9262382 or 13806194. OLE color: 13806194.
HSL color Cylindrical-coordinate representation of color #72AAD2: hue angle of 205º 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 #72AAD2 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 170 | 210 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.18 |
| HSL | 205º | 0.52% | 0.64% | - |
| HSV(B) | 205º | 0.46% | 0.82% | - |
| XYZ | 32.95 | 36.98 | 66.37 | - |
| YUV | 157.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 210 | 0.46 | 0.19 | 0 | 0.18 | 205 | 0.52 | 0.64 |
| Hex | 72 | AA | D2 | 2E | 13 | 0 | 12 | CD | 34 | 40 |
| Octal | 162 | 252 | 322 | 56 | 23 | 0 | 22 | 315 | 64 | 100 |
| Binary | 1110010 | 10101010 | 11010010 | 101110 | 10011 | 0 | 10010 | 11001101 | 110100 | 1000000 |
Color Harmonies of #72AAD2
Complementary color
Monochromatic Colors of #72AAD2
Black with #72AAD2
Text Example
Text Example
White with #72AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AAD2; }
p { color: rgb(114,170,210); }
H1.HeaderClassName
{
color: #72AAD2;
}
.AnyTagClassName
{
color: #72AAD2;
}
</style>
background-color css
<style>
a { background-color: #72AAD2; }
a { background-color: rgb(114,170,210); }
div.DivClassName
{
background-color: #72AAD2;
}
.BgClassName
{
background-color: #72AAD2;
}
</style>
border-color css
<style>
span { border-color: #72AAD2; }
span { border-color: rgb(114,170,210); }
td.TdClassName
{
border-color: #72AAD2;
}
.TagClassName
{
border-color: #72AAD2;
}
</style>