Shades of Seagull #76BBCE
Tints of Seagull #76BBCE
RGB
CMYK
RGB Variations
Color information
#76BBCE (or 0x76BBCE) is known color: Seagull. HEX triplet: 76, BB and CE. RGB value is (118,187,206). Sum of RGB (Red+Green+Blue) = 118+187+206=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #76BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBCE is #894431. Grayscale: #A8A8A8. Windows color (decimal): -8995890 or 13548406. OLE color: 13548406.
HSL color Cylindrical-coordinate representation of color #76BBCE: hue angle of 192.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76BBCE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 187 | 206 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.19 |
| HSL | 192.95º | 0.47% | 0.64% | - |
| HSV(B) | 192.95º | 0.43% | 0.81% | - |
| XYZ | 36.38 | 43.85 | 64.94 | - |
| YUV | 168.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 206 | 0.43 | 0.09 | 0 | 0.19 | 192.95 | 0.47 | 0.64 |
| Hex | 76 | BB | CE | 2B | 9 | 0 | 13 | C1 | 2F | 40 |
| Octal | 166 | 273 | 316 | 53 | 11 | 0 | 23 | 301 | 57 | 100 |
| Binary | 1110110 | 10111011 | 11001110 | 101011 | 1001 | 0 | 10011 | 11000001 | 101111 | 1000000 |
Color Harmonies of #76BBCE
Complementary color
Monochromatic Colors of #76BBCE
Black with #76BBCE
Text Example
Text Example
White with #76BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBCE; }
p { color: rgb(118,187,206); }
H1.HeaderClassName
{
color: #76BBCE;
}
.AnyTagClassName
{
color: #76BBCE;
}
</style>
background-color css
<style>
a { background-color: #76BBCE; }
a { background-color: rgb(118,187,206); }
div.DivClassName
{
background-color: #76BBCE;
}
.BgClassName
{
background-color: #76BBCE;
}
</style>
border-color css
<style>
span { border-color: #76BBCE; }
span { border-color: rgb(118,187,206); }
td.TdClassName
{
border-color: #76BBCE;
}
.TagClassName
{
border-color: #76BBCE;
}
</style>