Shades of Seagull #72BBCC
Tints of Seagull #72BBCC
RGB
CMYK
RGB Variations
Color information
#72BBCC (or 0x72BBCC) is known color: Seagull. HEX triplet: 72, BB and CC. RGB value is (114,187,204). Sum of RGB (Red+Green+Blue) = 114+187+204=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #72BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBCC is #8D4433. Grayscale: #A6A6A6. Windows color (decimal): -9258036 or 13417330. OLE color: 13417330.
HSL color Cylindrical-coordinate representation of color #72BBCC: hue angle of 191.33º 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 #72BBCC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 187 | 204 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.2 |
| HSL | 191.33º | 0.47% | 0.62% | - |
| HSV(B) | 191.33º | 0.44% | 0.8% | - |
| XYZ | 35.61 | 43.48 | 63.64 | - |
| YUV | 167.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 204 | 0.44 | 0.08 | 0 | 0.2 | 191.33 | 0.47 | 0.62 |
| Hex | 72 | BB | CC | 2C | 8 | 0 | 14 | BF | 2F | 3E |
| Octal | 162 | 273 | 314 | 54 | 10 | 0 | 24 | 277 | 57 | 76 |
| Binary | 1110010 | 10111011 | 11001100 | 101100 | 1000 | 0 | 10100 | 10111111 | 101111 | 111110 |
Color Harmonies of #72BBCC
Complementary color
Monochromatic Colors of #72BBCC
Black with #72BBCC
Text Example
Text Example
White with #72BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBCC; }
p { color: rgb(114,187,204); }
H1.HeaderClassName
{
color: #72BBCC;
}
.AnyTagClassName
{
color: #72BBCC;
}
</style>
background-color css
<style>
a { background-color: #72BBCC; }
a { background-color: rgb(114,187,204); }
div.DivClassName
{
background-color: #72BBCC;
}
.BgClassName
{
background-color: #72BBCC;
}
</style>
border-color css
<style>
span { border-color: #72BBCC; }
span { border-color: rgb(114,187,204); }
td.TdClassName
{
border-color: #72BBCC;
}
.TagClassName
{
border-color: #72BBCC;
}
</style>