Shades of Seagull #7FADCB
Tints of Seagull #7FADCB
RGB
CMYK
RGB Variations
Color information
#7FADCB (or 0x7FADCB) is known color: Seagull. HEX triplet: 7F, AD and CB. RGB value is (127,173,203). Sum of RGB (Red+Green+Blue) = 127+173+203=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADCB is #805234. Grayscale: #A2A2A2. Windows color (decimal): -8409653 or 13348223. OLE color: 13348223.
HSL color Cylindrical-coordinate representation of color #7FADCB: hue angle of 203.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FADCB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 173 | 203 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.20 |
| HSL | 203.68º | 0.42% | 0.65% | - |
| HSV(B) | 203.68º | 0.37% | 0.8% | - |
| XYZ | 34.48 | 38.71 | 62.15 | - |
| YUV | 162.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 203 | 0.37 | 0.15 | 0 | 0.20 | 203.68 | 0.42 | 0.65 |
| Hex | 7F | AD | CB | 25 | F | 0 | 14 | CC | 2A | 41 |
| Octal | 177 | 255 | 313 | 45 | 17 | 0 | 24 | 314 | 52 | 101 |
| Binary | 1111111 | 10101101 | 11001011 | 100101 | 1111 | 0 | 10100 | 11001100 | 101010 | 1000001 |
Color Harmonies of #7FADCB
Complementary color
Monochromatic Colors of #7FADCB
Black with #7FADCB
Text Example
Text Example
White with #7FADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADCB; }
p { color: rgb(127,173,203); }
H1.HeaderClassName
{
color: #7FADCB;
}
.AnyTagClassName
{
color: #7FADCB;
}
</style>
background-color css
<style>
a { background-color: #7FADCB; }
a { background-color: rgb(127,173,203); }
div.DivClassName
{
background-color: #7FADCB;
}
.BgClassName
{
background-color: #7FADCB;
}
</style>
border-color css
<style>
span { border-color: #7FADCB; }
span { border-color: rgb(127,173,203); }
td.TdClassName
{
border-color: #7FADCB;
}
.TagClassName
{
border-color: #7FADCB;
}
</style>