Shades of Seagull #7CC3CF
Tints of Seagull #7CC3CF
RGB
CMYK
RGB Variations
Color information
#7CC3CF (or 0x7CC3CF) is known color: Seagull. HEX triplet: 7C, C3 and CF. RGB value is (124,195,207). Sum of RGB (Red+Green+Blue) = 124+195+207=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CC3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC3CF is #833C30. Grayscale: #AFAFAF. Windows color (decimal): -8600625 or 13615996. OLE color: 13615996.
HSL color Cylindrical-coordinate representation of color #7CC3CF: hue angle of 188.67º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC3CF is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 195 | 207 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.19 |
| HSL | 188.67º | 0.46% | 0.65% | - |
| HSV(B) | 188.67º | 0.4% | 0.81% | - |
| XYZ | 39.09 | 47.82 | 66.2 | - |
| YUV | 175.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 207 | 0.40 | 0.06 | 0 | 0.19 | 188.67 | 0.46 | 0.65 |
| Hex | 7C | C3 | CF | 28 | 6 | 0 | 13 | BD | 2E | 41 |
| Octal | 174 | 303 | 317 | 50 | 6 | 0 | 23 | 275 | 56 | 101 |
| Binary | 1111100 | 11000011 | 11001111 | 101000 | 110 | 0 | 10011 | 10111101 | 101110 | 1000001 |
Color Harmonies of #7CC3CF
Complementary color
Monochromatic Colors of #7CC3CF
Black with #7CC3CF
Text Example
Text Example
White with #7CC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC3CF; }
p { color: rgb(124,195,207); }
H1.HeaderClassName
{
color: #7CC3CF;
}
.AnyTagClassName
{
color: #7CC3CF;
}
</style>
background-color css
<style>
a { background-color: #7CC3CF; }
a { background-color: rgb(124,195,207); }
div.DivClassName
{
background-color: #7CC3CF;
}
.BgClassName
{
background-color: #7CC3CF;
}
</style>
border-color css
<style>
span { border-color: #7CC3CF; }
span { border-color: rgb(124,195,207); }
td.TdClassName
{
border-color: #7CC3CF;
}
.TagClassName
{
border-color: #7CC3CF;
}
</style>