Shades of Seagull #72ABCC
Tints of Seagull #72ABCC
RGB
CMYK
RGB Variations
Color information
#72ABCC (or 0x72ABCC) is known color: Seagull. HEX triplet: 72, AB and CC. RGB value is (114,171,204). Sum of RGB (Red+Green+Blue) = 114+171+204=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #72ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABCC is #8D5433. Grayscale: #9D9D9D. Windows color (decimal): -9262132 or 13413234. OLE color: 13413234.
HSL color Cylindrical-coordinate representation of color #72ABCC: hue angle of 202º degrees, saturation: 0.47, 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 #72ABCC is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 171 | 204 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.2 |
| HSL | 202º | 0.47% | 0.62% | - |
| HSV(B) | 202º | 0.44% | 0.8% | - |
| XYZ | 32.4 | 37.06 | 62.57 | - |
| YUV | 157.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 204 | 0.44 | 0.16 | 0 | 0.2 | 202 | 0.47 | 0.62 |
| Hex | 72 | AB | CC | 2C | 10 | 0 | 14 | CA | 2F | 3E |
| Octal | 162 | 253 | 314 | 54 | 20 | 0 | 24 | 312 | 57 | 76 |
| Binary | 1110010 | 10101011 | 11001100 | 101100 | 10000 | 0 | 10100 | 11001010 | 101111 | 111110 |
Color Harmonies of #72ABCC
Complementary color
Monochromatic Colors of #72ABCC
Black with #72ABCC
Text Example
Text Example
White with #72ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABCC; }
p { color: rgb(114,171,204); }
H1.HeaderClassName
{
color: #72ABCC;
}
.AnyTagClassName
{
color: #72ABCC;
}
</style>
background-color css
<style>
a { background-color: #72ABCC; }
a { background-color: rgb(114,171,204); }
div.DivClassName
{
background-color: #72ABCC;
}
.BgClassName
{
background-color: #72ABCC;
}
</style>
border-color css
<style>
span { border-color: #72ABCC; }
span { border-color: rgb(114,171,204); }
td.TdClassName
{
border-color: #72ABCC;
}
.TagClassName
{
border-color: #72ABCC;
}
</style>