Shades of Seagull #72BBC8
Tints of Seagull #72BBC8
RGB
CMYK
RGB Variations
Color information
#72BBC8 (or 0x72BBC8) is known color: Seagull. HEX triplet: 72, BB and C8. RGB value is (114,187,200). Sum of RGB (Red+Green+Blue) = 114+187+200=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #72BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBC8 is #8D4437. Grayscale: #A6A6A6. Windows color (decimal): -9258040 or 13155186. OLE color: 13155186.
HSL color Cylindrical-coordinate representation of color #72BBC8: hue angle of 189.07º 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 #72BBC8 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 187 | 200 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.22 |
| HSL | 189.07º | 0.44% | 0.62% | - |
| HSV(B) | 189.07º | 0.43% | 0.78% | - |
| XYZ | 35.14 | 43.29 | 61.15 | - |
| YUV | 166.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 200 | 0.43 | 0.06 | 0 | 0.22 | 189.07 | 0.44 | 0.62 |
| Hex | 72 | BB | C8 | 2B | 6 | 0 | 16 | BD | 2C | 3E |
| Octal | 162 | 273 | 310 | 53 | 6 | 0 | 26 | 275 | 54 | 76 |
| Binary | 1110010 | 10111011 | 11001000 | 101011 | 110 | 0 | 10110 | 10111101 | 101100 | 111110 |
Color Harmonies of #72BBC8
Complementary color
Monochromatic Colors of #72BBC8
Black with #72BBC8
Text Example
Text Example
White with #72BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBC8; }
p { color: rgb(114,187,200); }
H1.HeaderClassName
{
color: #72BBC8;
}
.AnyTagClassName
{
color: #72BBC8;
}
</style>
background-color css
<style>
a { background-color: #72BBC8; }
a { background-color: rgb(114,187,200); }
div.DivClassName
{
background-color: #72BBC8;
}
.BgClassName
{
background-color: #72BBC8;
}
</style>
border-color css
<style>
span { border-color: #72BBC8; }
span { border-color: rgb(114,187,200); }
td.TdClassName
{
border-color: #72BBC8;
}
.TagClassName
{
border-color: #72BBC8;
}
</style>