Shades of Seagull #7CBFDA
Tints of Seagull #7CBFDA
RGB
CMYK
RGB Variations
Color information
#7CBFDA (or 0x7CBFDA) is known color: Seagull. HEX triplet: 7C, BF and DA. RGB value is (124,191,218). Sum of RGB (Red+Green+Blue) = 124+191+218=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFDA is #834025. Grayscale: #ADADAD. Windows color (decimal): -8601638 or 14335868. OLE color: 14335868.
HSL color Cylindrical-coordinate representation of color #7CBFDA: hue angle of 197.23º 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 #7CBFDA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 191 | 218 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.15 |
| HSL | 197.23º | 0.56% | 0.67% | - |
| HSV(B) | 197.23º | 0.43% | 0.85% | - |
| XYZ | 39.6 | 46.61 | 73.24 | - |
| YUV | 174.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 218 | 0.43 | 0.12 | 0 | 0.15 | 197.23 | 0.56 | 0.67 |
| Hex | 7C | BF | DA | 2B | C | 0 | F | C5 | 38 | 43 |
| Octal | 174 | 277 | 332 | 53 | 14 | 0 | 17 | 305 | 70 | 103 |
| Binary | 1111100 | 10111111 | 11011010 | 101011 | 1100 | 0 | 1111 | 11000101 | 111000 | 1000011 |
Color Harmonies of #7CBFDA
Complementary color
Monochromatic Colors of #7CBFDA
Black with #7CBFDA
Text Example
Text Example
White with #7CBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBFDA; }
p { color: rgb(124,191,218); }
H1.HeaderClassName
{
color: #7CBFDA;
}
.AnyTagClassName
{
color: #7CBFDA;
}
</style>
background-color css
<style>
a { background-color: #7CBFDA; }
a { background-color: rgb(124,191,218); }
div.DivClassName
{
background-color: #7CBFDA;
}
.BgClassName
{
background-color: #7CBFDA;
}
</style>
border-color css
<style>
span { border-color: #7CBFDA; }
span { border-color: rgb(124,191,218); }
td.TdClassName
{
border-color: #7CBFDA;
}
.TagClassName
{
border-color: #7CBFDA;
}
</style>