Shades of Seagull #76BBDD
Tints of Seagull #76BBDD
RGB
CMYK
RGB Variations
Color information
#76BBDD (or 0x76BBDD) is known color: Seagull. HEX triplet: 76, BB and DD. RGB value is (118,187,221). Sum of RGB (Red+Green+Blue) = 118+187+221=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #76BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBDD is #894422. Grayscale: #AAAAAA. Windows color (decimal): -8995875 or 14531446. OLE color: 14531446.
HSL color Cylindrical-coordinate representation of color #76BBDD: hue angle of 199.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BBDD is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 187 | 221 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.13 |
| HSL | 199.81º | 0.6% | 0.66% | - |
| HSV(B) | 199.81º | 0.47% | 0.87% | - |
| XYZ | 38.29 | 44.61 | 75 | - |
| YUV | 170.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 221 | 0.47 | 0.15 | 0 | 0.13 | 199.81 | 0.6 | 0.66 |
| Hex | 76 | BB | DD | 2F | F | 0 | D | C8 | 3C | 42 |
| Octal | 166 | 273 | 335 | 57 | 17 | 0 | 15 | 310 | 74 | 102 |
| Binary | 1110110 | 10111011 | 11011101 | 101111 | 1111 | 0 | 1101 | 11001000 | 111100 | 1000010 |
Color Harmonies of #76BBDD
Complementary color
Monochromatic Colors of #76BBDD
Black with #76BBDD
Text Example
Text Example
White with #76BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBDD; }
p { color: rgb(118,187,221); }
H1.HeaderClassName
{
color: #76BBDD;
}
.AnyTagClassName
{
color: #76BBDD;
}
</style>
background-color css
<style>
a { background-color: #76BBDD; }
a { background-color: rgb(118,187,221); }
div.DivClassName
{
background-color: #76BBDD;
}
.BgClassName
{
background-color: #76BBDD;
}
</style>
border-color css
<style>
span { border-color: #76BBDD; }
span { border-color: rgb(118,187,221); }
td.TdClassName
{
border-color: #76BBDD;
}
.TagClassName
{
border-color: #76BBDD;
}
</style>