Shades of Seagull #7CBDDC
Tints of Seagull #7CBDDC
RGB
CMYK
RGB Variations
Color information
#7CBDDC (or 0x7CBDDC) is known color: Seagull. HEX triplet: 7C, BD and DC. RGB value is (124,189,220). Sum of RGB (Red+Green+Blue) = 124+189+220=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDDC is #834223. Grayscale: #ACACAC. Windows color (decimal): -8602148 or 14466428. OLE color: 14466428.
HSL color Cylindrical-coordinate representation of color #7CBDDC: hue angle of 199.38º 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 #7CBDDC is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 189 | 220 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.14 |
| HSL | 199.38º | 0.58% | 0.67% | - |
| HSV(B) | 199.38º | 0.44% | 0.86% | - |
| XYZ | 39.43 | 45.85 | 74.48 | - |
| YUV | 173.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 220 | 0.44 | 0.14 | 0 | 0.14 | 199.38 | 0.58 | 0.67 |
| Hex | 7C | BD | DC | 2C | E | 0 | E | C7 | 3A | 43 |
| Octal | 174 | 275 | 334 | 54 | 16 | 0 | 16 | 307 | 72 | 103 |
| Binary | 1111100 | 10111101 | 11011100 | 101100 | 1110 | 0 | 1110 | 11000111 | 111010 | 1000011 |
Color Harmonies of #7CBDDC
Complementary color
Monochromatic Colors of #7CBDDC
Black with #7CBDDC
Text Example
Text Example
White with #7CBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDDC; }
p { color: rgb(124,189,220); }
H1.HeaderClassName
{
color: #7CBDDC;
}
.AnyTagClassName
{
color: #7CBDDC;
}
</style>
background-color css
<style>
a { background-color: #7CBDDC; }
a { background-color: rgb(124,189,220); }
div.DivClassName
{
background-color: #7CBDDC;
}
.BgClassName
{
background-color: #7CBDDC;
}
</style>
border-color css
<style>
span { border-color: #7CBDDC; }
span { border-color: rgb(124,189,220); }
td.TdClassName
{
border-color: #7CBDDC;
}
.TagClassName
{
border-color: #7CBDDC;
}
</style>