Shades of Seagull #72BFCA
Tints of Seagull #72BFCA
RGB
CMYK
RGB Variations
Color information
#72BFCA (or 0x72BFCA) is known color: Seagull. HEX triplet: 72, BF and CA. RGB value is (114,191,202). Sum of RGB (Red+Green+Blue) = 114+191+202=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #72BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFCA is #8D4035. Grayscale: #A9A9A9. Windows color (decimal): -9257014 or 13287282. OLE color: 13287282.
HSL color Cylindrical-coordinate representation of color #72BFCA: hue angle of 187.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BFCA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 191 | 202 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.21 |
| HSL | 187.5º | 0.45% | 0.62% | - |
| HSV(B) | 187.5º | 0.44% | 0.79% | - |
| XYZ | 36.23 | 45.1 | 62.67 | - |
| YUV | 169.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 202 | 0.44 | 0.05 | 0 | 0.21 | 187.5 | 0.45 | 0.62 |
| Hex | 72 | BF | CA | 2C | 5 | 0 | 15 | BC | 2D | 3E |
| Octal | 162 | 277 | 312 | 54 | 5 | 0 | 25 | 274 | 55 | 76 |
| Binary | 1110010 | 10111111 | 11001010 | 101100 | 101 | 0 | 10101 | 10111100 | 101101 | 111110 |
Color Harmonies of #72BFCA
Complementary color
Monochromatic Colors of #72BFCA
Black with #72BFCA
Text Example
Text Example
White with #72BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFCA; }
p { color: rgb(114,191,202); }
H1.HeaderClassName
{
color: #72BFCA;
}
.AnyTagClassName
{
color: #72BFCA;
}
</style>
background-color css
<style>
a { background-color: #72BFCA; }
a { background-color: rgb(114,191,202); }
div.DivClassName
{
background-color: #72BFCA;
}
.BgClassName
{
background-color: #72BFCA;
}
</style>
border-color css
<style>
span { border-color: #72BFCA; }
span { border-color: rgb(114,191,202); }
td.TdClassName
{
border-color: #72BFCA;
}
.TagClassName
{
border-color: #72BFCA;
}
</style>