Shades of Seagull #80BED3
Tints of Seagull #80BED3
RGB
CMYK
RGB Variations
Color information
#80BED3 (or 0x80BED3) is known color: Seagull. HEX triplet: 80, BE and D3. RGB value is (128,190,211). Sum of RGB (Red+Green+Blue) = 128+190+211=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #80BED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BED3 is #7F412C. Grayscale: #ADADAD. Windows color (decimal): -8339757 or 13876864. OLE color: 13876864.
HSL color Cylindrical-coordinate representation of color #80BED3: hue angle of 195.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BED3 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 128 | 190 | 211 | - |
CMYK | 0.39 | 0.10 | 0 | 0.17 |
HSL | 195.18º | 0.49% | 0.66% | - |
HSV(B) | 195.18º | 0.39% | 0.83% | - |
XYZ | 39.07 | 46.12 | 68.47 | - |
YUV | 173.86 | 148.96 | 95.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 190 | 211 | 0.39 | 0.10 | 0 | 0.17 | 195.18 | 0.49 | 0.66 |
Hex | 80 | BE | D3 | 27 | A | 0 | 11 | C3 | 31 | 42 |
Octal | 200 | 276 | 323 | 47 | 12 | 0 | 21 | 303 | 61 | 102 |
Binary | 10000000 | 10111110 | 11010011 | 100111 | 1010 | 0 | 10001 | 11000011 | 110001 | 1000010 |
Color Harmonies of #80BED3
Complementary color
Monochromatic Colors of #80BED3
Black with #80BED3
Text Example
Text Example
White with #80BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BED3; }
p { color: rgb(128,190,211); }
H1.HeaderClassName
{
color: #80BED3;
}
.AnyTagClassName
{
color: #80BED3;
}
</style>
background-color css
<style>
a { background-color: #80BED3; }
a { background-color: rgb(128,190,211); }
div.DivClassName
{
background-color: #80BED3;
}
.BgClassName
{
background-color: #80BED3;
}
</style>
border-color css
<style>
span { border-color: #80BED3; }
span { border-color: rgb(128,190,211); }
td.TdClassName
{
border-color: #80BED3;
}
.TagClassName
{
border-color: #80BED3;
}
</style>