Shades of Seagull #7AB4D5
Tints of Seagull #7AB4D5
RGB
CMYK
RGB Variations
Color information
#7AB4D5 (or 0x7AB4D5) is known color: Seagull. HEX triplet: 7A, B4 and D5. RGB value is (122,180,213). Sum of RGB (Red+Green+Blue) = 122+180+213=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #7AB4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4D5 is #854B2A. Grayscale: #A6A6A6. Windows color (decimal): -8735531 or 14005370. OLE color: 14005370.
HSL color Cylindrical-coordinate representation of color #7AB4D5: hue angle of 201.76º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AB4D5 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 180 | 213 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.16 |
| HSL | 201.76º | 0.52% | 0.66% | - |
| HSV(B) | 201.76º | 0.43% | 0.84% | - |
| XYZ | 36.36 | 41.58 | 69.06 | - |
| YUV | 166.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 213 | 0.43 | 0.15 | 0 | 0.16 | 201.76 | 0.52 | 0.66 |
| Hex | 7A | B4 | D5 | 2B | F | 0 | 10 | CA | 34 | 42 |
| Octal | 172 | 264 | 325 | 53 | 17 | 0 | 20 | 312 | 64 | 102 |
| Binary | 1111010 | 10110100 | 11010101 | 101011 | 1111 | 0 | 10000 | 11001010 | 110100 | 1000010 |
Color Harmonies of #7AB4D5
Complementary color
Monochromatic Colors of #7AB4D5
Black with #7AB4D5
Text Example
Text Example
White with #7AB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB4D5; }
p { color: rgb(122,180,213); }
H1.HeaderClassName
{
color: #7AB4D5;
}
.AnyTagClassName
{
color: #7AB4D5;
}
</style>
background-color css
<style>
a { background-color: #7AB4D5; }
a { background-color: rgb(122,180,213); }
div.DivClassName
{
background-color: #7AB4D5;
}
.BgClassName
{
background-color: #7AB4D5;
}
</style>
border-color css
<style>
span { border-color: #7AB4D5; }
span { border-color: rgb(122,180,213); }
td.TdClassName
{
border-color: #7AB4D5;
}
.TagClassName
{
border-color: #7AB4D5;
}
</style>