Shades of Seagull #7CB9DA
Tints of Seagull #7CB9DA
RGB
CMYK
RGB Variations
Color information
#7CB9DA (or 0x7CB9DA) is known color: Seagull. HEX triplet: 7C, B9 and DA. RGB value is (124,185,218). Sum of RGB (Red+Green+Blue) = 124+185+218=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CB9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9DA is #834625. Grayscale: #AAAAAA. Windows color (decimal): -8603174 or 14334332. OLE color: 14334332.
HSL color Cylindrical-coordinate representation of color #7CB9DA: hue angle of 201.06º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB9DA is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 185 | 218 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.15 |
| HSL | 201.06º | 0.56% | 0.67% | - |
| HSV(B) | 201.06º | 0.43% | 0.85% | - |
| XYZ | 38.32 | 44.04 | 72.81 | - |
| YUV | 170.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 218 | 0.43 | 0.15 | 0 | 0.15 | 201.06 | 0.56 | 0.67 |
| Hex | 7C | B9 | DA | 2B | F | 0 | F | C9 | 38 | 43 |
| Octal | 174 | 271 | 332 | 53 | 17 | 0 | 17 | 311 | 70 | 103 |
| Binary | 1111100 | 10111001 | 11011010 | 101011 | 1111 | 0 | 1111 | 11001001 | 111000 | 1000011 |
Color Harmonies of #7CB9DA
Complementary color
Monochromatic Colors of #7CB9DA
Black with #7CB9DA
Text Example
Text Example
White with #7CB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB9DA; }
p { color: rgb(124,185,218); }
H1.HeaderClassName
{
color: #7CB9DA;
}
.AnyTagClassName
{
color: #7CB9DA;
}
</style>
background-color css
<style>
a { background-color: #7CB9DA; }
a { background-color: rgb(124,185,218); }
div.DivClassName
{
background-color: #7CB9DA;
}
.BgClassName
{
background-color: #7CB9DA;
}
</style>
border-color css
<style>
span { border-color: #7CB9DA; }
span { border-color: rgb(124,185,218); }
td.TdClassName
{
border-color: #7CB9DA;
}
.TagClassName
{
border-color: #7CB9DA;
}
</style>