Shades of Seagull #7FBDDC
Tints of Seagull #7FBDDC
RGB
CMYK
RGB Variations
Color information
#7FBDDC (or 0x7FBDDC) is known color: Seagull. HEX triplet: 7F, BD and DC. RGB value is (127,189,220). Sum of RGB (Red+Green+Blue) = 127+189+220=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDDC is #804223. Grayscale: #ADADAD. Windows color (decimal): -8405540 or 14466431. OLE color: 14466431.
HSL color Cylindrical-coordinate representation of color #7FBDDC: hue angle of 200º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FBDDC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 189 | 220 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.14 |
| HSL | 200º | 0.57% | 0.68% | - |
| HSV(B) | 200º | 0.42% | 0.86% | - |
| XYZ | 39.87 | 46.07 | 74.5 | - |
| YUV | 174 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 220 | 0.42 | 0.14 | 0 | 0.14 | 200 | 0.57 | 0.68 |
| Hex | 7F | BD | DC | 2A | E | 0 | E | C8 | 39 | 44 |
| Octal | 177 | 275 | 334 | 52 | 16 | 0 | 16 | 310 | 71 | 104 |
| Binary | 1111111 | 10111101 | 11011100 | 101010 | 1110 | 0 | 1110 | 11001000 | 111001 | 1000100 |
Color Harmonies of #7FBDDC
Complementary color
Monochromatic Colors of #7FBDDC
Black with #7FBDDC
Text Example
Text Example
White with #7FBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDDC; }
p { color: rgb(127,189,220); }
H1.HeaderClassName
{
color: #7FBDDC;
}
.AnyTagClassName
{
color: #7FBDDC;
}
</style>
background-color css
<style>
a { background-color: #7FBDDC; }
a { background-color: rgb(127,189,220); }
div.DivClassName
{
background-color: #7FBDDC;
}
.BgClassName
{
background-color: #7FBDDC;
}
</style>
border-color css
<style>
span { border-color: #7FBDDC; }
span { border-color: rgb(127,189,220); }
td.TdClassName
{
border-color: #7FBDDC;
}
.TagClassName
{
border-color: #7FBDDC;
}
</style>