Shades of Seagull #7DBFCA
Tints of Seagull #7DBFCA
RGB
CMYK
RGB Variations
Color information
#7DBFCA (or 0x7DBFCA) is known color: Seagull. HEX triplet: 7D, BF and CA. RGB value is (125,191,202). Sum of RGB (Red+Green+Blue) = 125+191+202=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFCA is #824035. Grayscale: #ACACAC. Windows color (decimal): -8536118 or 13287293. OLE color: 13287293.
HSL color Cylindrical-coordinate representation of color #7DBFCA: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBFCA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 191 | 202 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.21 |
| HSL | 188.57º | 0.42% | 0.64% | - |
| HSV(B) | 188.57º | 0.38% | 0.79% | - |
| XYZ | 37.75 | 45.89 | 62.74 | - |
| YUV | 172.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 202 | 0.38 | 0.05 | 0 | 0.21 | 188.57 | 0.42 | 0.64 |
| Hex | 7D | BF | CA | 26 | 5 | 0 | 15 | BD | 2A | 40 |
| Octal | 175 | 277 | 312 | 46 | 5 | 0 | 25 | 275 | 52 | 100 |
| Binary | 1111101 | 10111111 | 11001010 | 100110 | 101 | 0 | 10101 | 10111101 | 101010 | 1000000 |
Color Harmonies of #7DBFCA
Complementary color
Monochromatic Colors of #7DBFCA
Black with #7DBFCA
Text Example
Text Example
White with #7DBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFCA; }
p { color: rgb(125,191,202); }
H1.HeaderClassName
{
color: #7DBFCA;
}
.AnyTagClassName
{
color: #7DBFCA;
}
</style>
background-color css
<style>
a { background-color: #7DBFCA; }
a { background-color: rgb(125,191,202); }
div.DivClassName
{
background-color: #7DBFCA;
}
.BgClassName
{
background-color: #7DBFCA;
}
</style>
border-color css
<style>
span { border-color: #7DBFCA; }
span { border-color: rgb(125,191,202); }
td.TdClassName
{
border-color: #7DBFCA;
}
.TagClassName
{
border-color: #7DBFCA;
}
</style>