Shades of Seagull #7CAFCD
Tints of Seagull #7CAFCD
RGB
CMYK
RGB Variations
Color information
#7CAFCD (or 0x7CAFCD) is known color: Seagull. HEX triplet: 7C, AF and CD. RGB value is (124,175,205). Sum of RGB (Red+Green+Blue) = 124+175+205=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFCD is #835032. Grayscale: #A3A3A3. Windows color (decimal): -8605747 or 13479804. OLE color: 13479804.
HSL color Cylindrical-coordinate representation of color #7CAFCD: hue angle of 202.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CAFCD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 175 | 205 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.20 |
| HSL | 202.22º | 0.45% | 0.65% | - |
| HSV(B) | 202.22º | 0.4% | 0.8% | - |
| XYZ | 34.66 | 39.35 | 63.53 | - |
| YUV | 163.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 205 | 0.40 | 0.15 | 0 | 0.20 | 202.22 | 0.45 | 0.65 |
| Hex | 7C | AF | CD | 28 | F | 0 | 14 | CA | 2D | 41 |
| Octal | 174 | 257 | 315 | 50 | 17 | 0 | 24 | 312 | 55 | 101 |
| Binary | 1111100 | 10101111 | 11001101 | 101000 | 1111 | 0 | 10100 | 11001010 | 101101 | 1000001 |
Color Harmonies of #7CAFCD
Complementary color
Monochromatic Colors of #7CAFCD
Black with #7CAFCD
Text Example
Text Example
White with #7CAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFCD; }
p { color: rgb(124,175,205); }
H1.HeaderClassName
{
color: #7CAFCD;
}
.AnyTagClassName
{
color: #7CAFCD;
}
</style>
background-color css
<style>
a { background-color: #7CAFCD; }
a { background-color: rgb(124,175,205); }
div.DivClassName
{
background-color: #7CAFCD;
}
.BgClassName
{
background-color: #7CAFCD;
}
</style>
border-color css
<style>
span { border-color: #7CAFCD; }
span { border-color: rgb(124,175,205); }
td.TdClassName
{
border-color: #7CAFCD;
}
.TagClassName
{
border-color: #7CAFCD;
}
</style>