Shades of Seagull #76B8DD
Tints of Seagull #76B8DD
RGB
CMYK
RGB Variations
Color information
#76B8DD (or 0x76B8DD) is known color: Seagull. HEX triplet: 76, B8 and DD. RGB value is (118,184,221). Sum of RGB (Red+Green+Blue) = 118+184+221=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B8DD is #894722. Grayscale: #A8A8A8. Windows color (decimal): -8996643 or 14530678. OLE color: 14530678.
HSL color Cylindrical-coordinate representation of color #76B8DD: hue angle of 201.55º 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 #76B8DD is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 184 | 221 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.13 |
| HSL | 201.55º | 0.6% | 0.66% | - |
| HSV(B) | 201.55º | 0.47% | 0.87% | - |
| XYZ | 37.66 | 43.35 | 74.79 | - |
| YUV | 168.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 221 | 0.47 | 0.17 | 0 | 0.13 | 201.55 | 0.6 | 0.66 |
| Hex | 76 | B8 | DD | 2F | 11 | 0 | D | CA | 3C | 42 |
| Octal | 166 | 270 | 335 | 57 | 21 | 0 | 15 | 312 | 74 | 102 |
| Binary | 1110110 | 10111000 | 11011101 | 101111 | 10001 | 0 | 1101 | 11001010 | 111100 | 1000010 |
Color Harmonies of #76B8DD
Complementary color
Monochromatic Colors of #76B8DD
Black with #76B8DD
Text Example
Text Example
White with #76B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B8DD; }
p { color: rgb(118,184,221); }
H1.HeaderClassName
{
color: #76B8DD;
}
.AnyTagClassName
{
color: #76B8DD;
}
</style>
background-color css
<style>
a { background-color: #76B8DD; }
a { background-color: rgb(118,184,221); }
div.DivClassName
{
background-color: #76B8DD;
}
.BgClassName
{
background-color: #76B8DD;
}
</style>
border-color css
<style>
span { border-color: #76B8DD; }
span { border-color: rgb(118,184,221); }
td.TdClassName
{
border-color: #76B8DD;
}
.TagClassName
{
border-color: #76B8DD;
}
</style>