Shades of Seagull #72BBC9
Tints of Seagull #72BBC9
RGB
CMYK
RGB Variations
Color information
#72BBC9 (or 0x72BBC9) is known color: Seagull. HEX triplet: 72, BB and C9. RGB value is (114,187,201). Sum of RGB (Red+Green+Blue) = 114+187+201=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #72BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBC9 is #8D4436. Grayscale: #A6A6A6. Windows color (decimal): -9258039 or 13220722. OLE color: 13220722.
HSL color Cylindrical-coordinate representation of color #72BBC9: hue angle of 189.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72BBC9 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 187 | 201 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.21 |
| HSL | 189.66º | 0.45% | 0.62% | - |
| HSV(B) | 189.66º | 0.43% | 0.79% | - |
| XYZ | 35.25 | 43.34 | 61.76 | - |
| YUV | 166.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 201 | 0.43 | 0.07 | 0 | 0.21 | 189.66 | 0.45 | 0.62 |
| Hex | 72 | BB | C9 | 2B | 7 | 0 | 15 | BE | 2D | 3E |
| Octal | 162 | 273 | 311 | 53 | 7 | 0 | 25 | 276 | 55 | 76 |
| Binary | 1110010 | 10111011 | 11001001 | 101011 | 111 | 0 | 10101 | 10111110 | 101101 | 111110 |
Color Harmonies of #72BBC9
Complementary color
Monochromatic Colors of #72BBC9
Black with #72BBC9
Text Example
Text Example
White with #72BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBC9; }
p { color: rgb(114,187,201); }
H1.HeaderClassName
{
color: #72BBC9;
}
.AnyTagClassName
{
color: #72BBC9;
}
</style>
background-color css
<style>
a { background-color: #72BBC9; }
a { background-color: rgb(114,187,201); }
div.DivClassName
{
background-color: #72BBC9;
}
.BgClassName
{
background-color: #72BBC9;
}
</style>
border-color css
<style>
span { border-color: #72BBC9; }
span { border-color: rgb(114,187,201); }
td.TdClassName
{
border-color: #72BBC9;
}
.TagClassName
{
border-color: #72BBC9;
}
</style>