Shades of Seagull #72BFDC
Tints of Seagull #72BFDC
RGB
CMYK
RGB Variations
Color information
#72BFDC (or 0x72BFDC) is known color: Seagull. HEX triplet: 72, BF and DC. RGB value is (114,191,220). Sum of RGB (Red+Green+Blue) = 114+191+220=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #72BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFDC is #8D4023. Grayscale: #ABABAB. Windows color (decimal): -9256996 or 14466930. OLE color: 14466930.
HSL color Cylindrical-coordinate representation of color #72BFDC: hue angle of 196.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BFDC is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 191 | 220 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.14 |
| HSL | 196.42º | 0.6% | 0.65% | - |
| HSV(B) | 196.42º | 0.48% | 0.86% | - |
| XYZ | 38.49 | 46.01 | 74.56 | - |
| YUV | 171.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 220 | 0.48 | 0.13 | 0 | 0.14 | 196.42 | 0.6 | 0.65 |
| Hex | 72 | BF | DC | 30 | D | 0 | E | C4 | 3C | 41 |
| Octal | 162 | 277 | 334 | 60 | 15 | 0 | 16 | 304 | 74 | 101 |
| Binary | 1110010 | 10111111 | 11011100 | 110000 | 1101 | 0 | 1110 | 11000100 | 111100 | 1000001 |
Color Harmonies of #72BFDC
Complementary color
Monochromatic Colors of #72BFDC
Black with #72BFDC
Text Example
Text Example
White with #72BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFDC; }
p { color: rgb(114,191,220); }
H1.HeaderClassName
{
color: #72BFDC;
}
.AnyTagClassName
{
color: #72BFDC;
}
</style>
background-color css
<style>
a { background-color: #72BFDC; }
a { background-color: rgb(114,191,220); }
div.DivClassName
{
background-color: #72BFDC;
}
.BgClassName
{
background-color: #72BFDC;
}
</style>
border-color css
<style>
span { border-color: #72BFDC; }
span { border-color: rgb(114,191,220); }
td.TdClassName
{
border-color: #72BFDC;
}
.TagClassName
{
border-color: #72BFDC;
}
</style>