Shades of Seagull #7DBFDA
Tints of Seagull #7DBFDA
RGB
CMYK
RGB Variations
Color information
#7DBFDA (or 0x7DBFDA) is known color: Seagull. HEX triplet: 7D, BF and DA. RGB value is (125,191,218). Sum of RGB (Red+Green+Blue) = 125+191+218=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFDA is #824025. Grayscale: #AEAEAE. Windows color (decimal): -8536102 or 14335869. OLE color: 14335869.
HSL color Cylindrical-coordinate representation of color #7DBFDA: hue angle of 197.42º 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 #7DBFDA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 191 | 218 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.15 |
| HSL | 197.42º | 0.56% | 0.67% | - |
| HSV(B) | 197.42º | 0.43% | 0.85% | - |
| XYZ | 39.74 | 46.68 | 73.25 | - |
| YUV | 174.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 218 | 0.43 | 0.12 | 0 | 0.15 | 197.42 | 0.56 | 0.67 |
| Hex | 7D | BF | DA | 2B | C | 0 | F | C5 | 38 | 43 |
| Octal | 175 | 277 | 332 | 53 | 14 | 0 | 17 | 305 | 70 | 103 |
| Binary | 1111101 | 10111111 | 11011010 | 101011 | 1100 | 0 | 1111 | 11000101 | 111000 | 1000011 |
Color Harmonies of #7DBFDA
Complementary color
Monochromatic Colors of #7DBFDA
Black with #7DBFDA
Text Example
Text Example
White with #7DBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFDA; }
p { color: rgb(125,191,218); }
H1.HeaderClassName
{
color: #7DBFDA;
}
.AnyTagClassName
{
color: #7DBFDA;
}
</style>
background-color css
<style>
a { background-color: #7DBFDA; }
a { background-color: rgb(125,191,218); }
div.DivClassName
{
background-color: #7DBFDA;
}
.BgClassName
{
background-color: #7DBFDA;
}
</style>
border-color css
<style>
span { border-color: #7DBFDA; }
span { border-color: rgb(125,191,218); }
td.TdClassName
{
border-color: #7DBFDA;
}
.TagClassName
{
border-color: #7DBFDA;
}
</style>