Shades of Seagull #7FBDE1
Tints of Seagull #7FBDE1
RGB
CMYK
RGB Variations
Color information
#7FBDE1 (or 0x7FBDE1) is known color: Seagull. HEX triplet: 7F, BD and E1. RGB value is (127,189,225). Sum of RGB (Red+Green+Blue) = 127+189+225=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #7FBDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDE1 is #80421E. Grayscale: #AEAEAE. Windows color (decimal): -8405535 or 14794111. OLE color: 14794111.
HSL color Cylindrical-coordinate representation of color #7FBDE1: hue angle of 202.04º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FBDE1 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 189 | 225 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.12 |
| HSL | 202.04º | 0.62% | 0.69% | - |
| HSV(B) | 202.04º | 0.44% | 0.88% | - |
| XYZ | 40.54 | 46.34 | 78.04 | - |
| YUV | 174.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 225 | 0.44 | 0.16 | 0 | 0.12 | 202.04 | 0.62 | 0.69 |
| Hex | 7F | BD | E1 | 2C | 10 | 0 | C | CA | 3E | 45 |
| Octal | 177 | 275 | 341 | 54 | 20 | 0 | 14 | 312 | 76 | 105 |
| Binary | 1111111 | 10111101 | 11100001 | 101100 | 10000 | 0 | 1100 | 11001010 | 111110 | 1000101 |
Color Harmonies of #7FBDE1
Complementary color
Monochromatic Colors of #7FBDE1
Black with #7FBDE1
Text Example
Text Example
White with #7FBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDE1; }
p { color: rgb(127,189,225); }
H1.HeaderClassName
{
color: #7FBDE1;
}
.AnyTagClassName
{
color: #7FBDE1;
}
</style>
background-color css
<style>
a { background-color: #7FBDE1; }
a { background-color: rgb(127,189,225); }
div.DivClassName
{
background-color: #7FBDE1;
}
.BgClassName
{
background-color: #7FBDE1;
}
</style>
border-color css
<style>
span { border-color: #7FBDE1; }
span { border-color: rgb(127,189,225); }
td.TdClassName
{
border-color: #7FBDE1;
}
.TagClassName
{
border-color: #7FBDE1;
}
</style>