Shades of Seagull #72BCDA
Tints of Seagull #72BCDA
RGB
CMYK
RGB Variations
Color information
#72BCDA (or 0x72BCDA) is known color: Seagull. HEX triplet: 72, BC and DA. RGB value is (114,188,218). Sum of RGB (Red+Green+Blue) = 114+188+218=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #72BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCDA is #8D4325. Grayscale: #A9A9A9. Windows color (decimal): -9257766 or 14335090. OLE color: 14335090.
HSL color Cylindrical-coordinate representation of color #72BCDA: hue angle of 197.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BCDA is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 188 | 218 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.15 |
| HSL | 197.31º | 0.58% | 0.65% | - |
| HSV(B) | 197.31º | 0.48% | 0.85% | - |
| XYZ | 37.58 | 44.61 | 72.96 | - |
| YUV | 169.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 218 | 0.48 | 0.14 | 0 | 0.15 | 197.31 | 0.58 | 0.65 |
| Hex | 72 | BC | DA | 30 | E | 0 | F | C5 | 3A | 41 |
| Octal | 162 | 274 | 332 | 60 | 16 | 0 | 17 | 305 | 72 | 101 |
| Binary | 1110010 | 10111100 | 11011010 | 110000 | 1110 | 0 | 1111 | 11000101 | 111010 | 1000001 |
Color Harmonies of #72BCDA
Complementary color
Monochromatic Colors of #72BCDA
Black with #72BCDA
Text Example
Text Example
White with #72BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BCDA; }
p { color: rgb(114,188,218); }
H1.HeaderClassName
{
color: #72BCDA;
}
.AnyTagClassName
{
color: #72BCDA;
}
</style>
background-color css
<style>
a { background-color: #72BCDA; }
a { background-color: rgb(114,188,218); }
div.DivClassName
{
background-color: #72BCDA;
}
.BgClassName
{
background-color: #72BCDA;
}
</style>
border-color css
<style>
span { border-color: #72BCDA; }
span { border-color: rgb(114,188,218); }
td.TdClassName
{
border-color: #72BCDA;
}
.TagClassName
{
border-color: #72BCDA;
}
</style>