Shades of Seagull #76BDDC
Tints of Seagull #76BDDC
RGB
CMYK
RGB Variations
Color information
#76BDDC (or 0x76BDDC) is known color: Seagull. HEX triplet: 76, BD and DC. RGB value is (118,189,220). Sum of RGB (Red+Green+Blue) = 118+189+220=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #76BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDDC is #894223. Grayscale: #ABABAB. Windows color (decimal): -8995364 or 14466422. OLE color: 14466422.
HSL color Cylindrical-coordinate representation of color #76BDDC: hue angle of 198.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76BDDC is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 189 | 220 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.14 |
| HSL | 198.24º | 0.59% | 0.66% | - |
| HSV(B) | 198.24º | 0.46% | 0.86% | - |
| XYZ | 38.59 | 45.41 | 74.44 | - |
| YUV | 171.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 220 | 0.46 | 0.14 | 0 | 0.14 | 198.24 | 0.59 | 0.66 |
| Hex | 76 | BD | DC | 2E | E | 0 | E | C6 | 3B | 42 |
| Octal | 166 | 275 | 334 | 56 | 16 | 0 | 16 | 306 | 73 | 102 |
| Binary | 1110110 | 10111101 | 11011100 | 101110 | 1110 | 0 | 1110 | 11000110 | 111011 | 1000010 |
Color Harmonies of #76BDDC
Complementary color
Monochromatic Colors of #76BDDC
Black with #76BDDC
Text Example
Text Example
White with #76BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDDC; }
p { color: rgb(118,189,220); }
H1.HeaderClassName
{
color: #76BDDC;
}
.AnyTagClassName
{
color: #76BDDC;
}
</style>
background-color css
<style>
a { background-color: #76BDDC; }
a { background-color: rgb(118,189,220); }
div.DivClassName
{
background-color: #76BDDC;
}
.BgClassName
{
background-color: #76BDDC;
}
</style>
border-color css
<style>
span { border-color: #76BDDC; }
span { border-color: rgb(118,189,220); }
td.TdClassName
{
border-color: #76BDDC;
}
.TagClassName
{
border-color: #76BDDC;
}
</style>