Shades of Seagull #72ADC8
Tints of Seagull #72ADC8
RGB
CMYK
RGB Variations
Color information
#72ADC8 (or 0x72ADC8) is known color: Seagull. HEX triplet: 72, AD and C8. RGB value is (114,173,200). Sum of RGB (Red+Green+Blue) = 114+173+200=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #72ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADC8 is #8D5237. Grayscale: #9E9E9E. Windows color (decimal): -9261624 or 13151602. OLE color: 13151602.
HSL color Cylindrical-coordinate representation of color #72ADC8: hue angle of 198.84º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72ADC8 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 173 | 200 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.22 |
| HSL | 198.84º | 0.44% | 0.62% | - |
| HSV(B) | 198.84º | 0.43% | 0.78% | - |
| XYZ | 32.31 | 37.63 | 60.2 | - |
| YUV | 158.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 200 | 0.43 | 0.14 | 0 | 0.22 | 198.84 | 0.44 | 0.62 |
| Hex | 72 | AD | C8 | 2B | E | 0 | 16 | C7 | 2C | 3E |
| Octal | 162 | 255 | 310 | 53 | 16 | 0 | 26 | 307 | 54 | 76 |
| Binary | 1110010 | 10101101 | 11001000 | 101011 | 1110 | 0 | 10110 | 11000111 | 101100 | 111110 |
Color Harmonies of #72ADC8
Complementary color
Monochromatic Colors of #72ADC8
Black with #72ADC8
Text Example
Text Example
White with #72ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADC8; }
p { color: rgb(114,173,200); }
H1.HeaderClassName
{
color: #72ADC8;
}
.AnyTagClassName
{
color: #72ADC8;
}
</style>
background-color css
<style>
a { background-color: #72ADC8; }
a { background-color: rgb(114,173,200); }
div.DivClassName
{
background-color: #72ADC8;
}
.BgClassName
{
background-color: #72ADC8;
}
</style>
border-color css
<style>
span { border-color: #72ADC8; }
span { border-color: rgb(114,173,200); }
td.TdClassName
{
border-color: #72ADC8;
}
.TagClassName
{
border-color: #72ADC8;
}
</style>