Shades of Seagull #7CBADC
Tints of Seagull #7CBADC
RGB
CMYK
RGB Variations
Color information
#7CBADC (or 0x7CBADC) is known color: Seagull. HEX triplet: 7C, BA and DC. RGB value is (124,186,220). Sum of RGB (Red+Green+Blue) = 124+186+220=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBADC is #834523. Grayscale: #ABABAB. Windows color (decimal): -8602916 or 14465660. OLE color: 14465660.
HSL color Cylindrical-coordinate representation of color #7CBADC: hue angle of 201.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBADC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 186 | 220 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.14 |
| HSL | 201.25º | 0.58% | 0.67% | - |
| HSV(B) | 201.25º | 0.44% | 0.86% | - |
| XYZ | 38.79 | 44.57 | 74.27 | - |
| YUV | 171.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 220 | 0.44 | 0.15 | 0 | 0.14 | 201.25 | 0.58 | 0.67 |
| Hex | 7C | BA | DC | 2C | F | 0 | E | C9 | 3A | 43 |
| Octal | 174 | 272 | 334 | 54 | 17 | 0 | 16 | 311 | 72 | 103 |
| Binary | 1111100 | 10111010 | 11011100 | 101100 | 1111 | 0 | 1110 | 11001001 | 111010 | 1000011 |
Color Harmonies of #7CBADC
Complementary color
Monochromatic Colors of #7CBADC
Black with #7CBADC
Text Example
Text Example
White with #7CBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBADC; }
p { color: rgb(124,186,220); }
H1.HeaderClassName
{
color: #7CBADC;
}
.AnyTagClassName
{
color: #7CBADC;
}
</style>
background-color css
<style>
a { background-color: #7CBADC; }
a { background-color: rgb(124,186,220); }
div.DivClassName
{
background-color: #7CBADC;
}
.BgClassName
{
background-color: #7CBADC;
}
</style>
border-color css
<style>
span { border-color: #7CBADC; }
span { border-color: rgb(124,186,220); }
td.TdClassName
{
border-color: #7CBADC;
}
.TagClassName
{
border-color: #7CBADC;
}
</style>