Shades of Seagull #72ABCB
Tints of Seagull #72ABCB
RGB
CMYK
RGB Variations
Color information
#72ABCB (or 0x72ABCB) is known color: Seagull. HEX triplet: 72, AB and CB. RGB value is (114,171,203). Sum of RGB (Red+Green+Blue) = 114+171+203=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #72ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABCB is #8D5434. Grayscale: #9D9D9D. Windows color (decimal): -9262133 or 13347698. OLE color: 13347698.
HSL color Cylindrical-coordinate representation of color #72ABCB: hue angle of 201.57º 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 #72ABCB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 171 | 203 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.20 |
| HSL | 201.57º | 0.46% | 0.62% | - |
| HSV(B) | 201.57º | 0.44% | 0.8% | - |
| XYZ | 32.28 | 37.02 | 61.94 | - |
| YUV | 157.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 203 | 0.44 | 0.16 | 0 | 0.20 | 201.57 | 0.46 | 0.62 |
| Hex | 72 | AB | CB | 2C | 10 | 0 | 14 | CA | 2E | 3E |
| Octal | 162 | 253 | 313 | 54 | 20 | 0 | 24 | 312 | 56 | 76 |
| Binary | 1110010 | 10101011 | 11001011 | 101100 | 10000 | 0 | 10100 | 11001010 | 101110 | 111110 |
Color Harmonies of #72ABCB
Complementary color
Monochromatic Colors of #72ABCB
Black with #72ABCB
Text Example
Text Example
White with #72ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABCB; }
p { color: rgb(114,171,203); }
H1.HeaderClassName
{
color: #72ABCB;
}
.AnyTagClassName
{
color: #72ABCB;
}
</style>
background-color css
<style>
a { background-color: #72ABCB; }
a { background-color: rgb(114,171,203); }
div.DivClassName
{
background-color: #72ABCB;
}
.BgClassName
{
background-color: #72ABCB;
}
</style>
border-color css
<style>
span { border-color: #72ABCB; }
span { border-color: rgb(114,171,203); }
td.TdClassName
{
border-color: #72ABCB;
}
.TagClassName
{
border-color: #72ABCB;
}
</style>