Shades of Seagull #77BBCE
Tints of Seagull #77BBCE
RGB
CMYK
RGB Variations
Color information
#77BBCE (or 0x77BBCE) is known color: Seagull. HEX triplet: 77, BB and CE. RGB value is (119,187,206). Sum of RGB (Red+Green+Blue) = 119+187+206=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #77BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBCE is #884431. Grayscale: #A8A8A8. Windows color (decimal): -8930354 or 13548407. OLE color: 13548407.
HSL color Cylindrical-coordinate representation of color #77BBCE: hue angle of 193.1º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BBCE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 187 | 206 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.19 |
| HSL | 193.1º | 0.47% | 0.64% | - |
| HSV(B) | 193.1º | 0.42% | 0.81% | - |
| XYZ | 36.52 | 43.92 | 64.94 | - |
| YUV | 168.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 206 | 0.42 | 0.09 | 0 | 0.19 | 193.1 | 0.47 | 0.64 |
| Hex | 77 | BB | CE | 2A | 9 | 0 | 13 | C1 | 2F | 40 |
| Octal | 167 | 273 | 316 | 52 | 11 | 0 | 23 | 301 | 57 | 100 |
| Binary | 1110111 | 10111011 | 11001110 | 101010 | 1001 | 0 | 10011 | 11000001 | 101111 | 1000000 |
Color Harmonies of #77BBCE
Complementary color
Monochromatic Colors of #77BBCE
Black with #77BBCE
Text Example
Text Example
White with #77BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBCE; }
p { color: rgb(119,187,206); }
H1.HeaderClassName
{
color: #77BBCE;
}
.AnyTagClassName
{
color: #77BBCE;
}
</style>
background-color css
<style>
a { background-color: #77BBCE; }
a { background-color: rgb(119,187,206); }
div.DivClassName
{
background-color: #77BBCE;
}
.BgClassName
{
background-color: #77BBCE;
}
</style>
border-color css
<style>
span { border-color: #77BBCE; }
span { border-color: rgb(119,187,206); }
td.TdClassName
{
border-color: #77BBCE;
}
.TagClassName
{
border-color: #77BBCE;
}
</style>