Shades of Seagull #72AECB
Tints of Seagull #72AECB
RGB
CMYK
RGB Variations
Color information
#72AECB (or 0x72AECB) is known color: Seagull. HEX triplet: 72, AE and CB. RGB value is (114,174,203). Sum of RGB (Red+Green+Blue) = 114+174+203=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #72AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AECB is #8D5134. Grayscale: #9F9F9F. Windows color (decimal): -9261365 or 13348466. OLE color: 13348466.
HSL color Cylindrical-coordinate representation of color #72AECB: hue angle of 199.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72AECB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 174 | 203 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.20 |
| HSL | 199.55º | 0.46% | 0.62% | - |
| HSV(B) | 199.55º | 0.44% | 0.8% | - |
| XYZ | 32.85 | 38.16 | 62.13 | - |
| YUV | 159.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 203 | 0.44 | 0.14 | 0 | 0.20 | 199.55 | 0.46 | 0.62 |
| Hex | 72 | AE | CB | 2C | E | 0 | 14 | C8 | 2E | 3E |
| Octal | 162 | 256 | 313 | 54 | 16 | 0 | 24 | 310 | 56 | 76 |
| Binary | 1110010 | 10101110 | 11001011 | 101100 | 1110 | 0 | 10100 | 11001000 | 101110 | 111110 |
Color Harmonies of #72AECB
Complementary color
Monochromatic Colors of #72AECB
Black with #72AECB
Text Example
Text Example
White with #72AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AECB; }
p { color: rgb(114,174,203); }
H1.HeaderClassName
{
color: #72AECB;
}
.AnyTagClassName
{
color: #72AECB;
}
</style>
background-color css
<style>
a { background-color: #72AECB; }
a { background-color: rgb(114,174,203); }
div.DivClassName
{
background-color: #72AECB;
}
.BgClassName
{
background-color: #72AECB;
}
</style>
border-color css
<style>
span { border-color: #72AECB; }
span { border-color: rgb(114,174,203); }
td.TdClassName
{
border-color: #72AECB;
}
.TagClassName
{
border-color: #72AECB;
}
</style>