Shades of Seagull #72BFD4
Tints of Seagull #72BFD4
RGB
CMYK
RGB Variations
Color information
#72BFD4 (or 0x72BFD4) is known color: Seagull. HEX triplet: 72, BF and D4. RGB value is (114,191,212). Sum of RGB (Red+Green+Blue) = 114+191+212=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #72BFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFD4 is #8D402B. Grayscale: #AAAAAA. Windows color (decimal): -9257004 or 13942642. OLE color: 13942642.
HSL color Cylindrical-coordinate representation of color #72BFD4: hue angle of 192.86º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72BFD4 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 191 | 212 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.17 |
| HSL | 192.86º | 0.53% | 0.64% | - |
| HSV(B) | 192.86º | 0.46% | 0.83% | - |
| XYZ | 37.45 | 45.59 | 69.11 | - |
| YUV | 170.37 | 151.49 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 212 | 0.46 | 0.10 | 0 | 0.17 | 192.86 | 0.53 | 0.64 |
| Hex | 72 | BF | D4 | 2E | A | 0 | 11 | C1 | 35 | 40 |
| Octal | 162 | 277 | 324 | 56 | 12 | 0 | 21 | 301 | 65 | 100 |
| Binary | 1110010 | 10111111 | 11010100 | 101110 | 1010 | 0 | 10001 | 11000001 | 110101 | 1000000 |
Color Harmonies of #72BFD4
Complementary color
Monochromatic Colors of #72BFD4
Black with #72BFD4
Text Example
Text Example
White with #72BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFD4; }
p { color: rgb(114,191,212); }
H1.HeaderClassName
{
color: #72BFD4;
}
.AnyTagClassName
{
color: #72BFD4;
}
</style>
background-color css
<style>
a { background-color: #72BFD4; }
a { background-color: rgb(114,191,212); }
div.DivClassName
{
background-color: #72BFD4;
}
.BgClassName
{
background-color: #72BFD4;
}
</style>
border-color css
<style>
span { border-color: #72BFD4; }
span { border-color: rgb(114,191,212); }
td.TdClassName
{
border-color: #72BFD4;
}
.TagClassName
{
border-color: #72BFD4;
}
</style>