Shades of Seagull #64BAC9
Tints of Seagull #64BAC9
RGB
CMYK
RGB Variations
Color information
#64BAC9 (or 0x64BAC9) is known color: Seagull. HEX triplet: 64, BA and C9. RGB value is (100,186,201). Sum of RGB (Red+Green+Blue) = 100+186+201=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #64BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAC9 is #9B4536. Grayscale: #A1A1A1. Windows color (decimal): -10175799 or 13220452. OLE color: 13220452.
HSL color Cylindrical-coordinate representation of color #64BAC9: hue angle of 188.91º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BAC9 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 186 | 201 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.21 |
| HSL | 188.91º | 0.48% | 0.59% | - |
| HSV(B) | 188.91º | 0.5% | 0.79% | - |
| XYZ | 33.36 | 42.04 | 61.62 | - |
| YUV | 162 | 150.01 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 201 | 0.50 | 0.07 | 0 | 0.21 | 188.91 | 0.48 | 0.59 |
| Hex | 64 | BA | C9 | 32 | 7 | 0 | 15 | BD | 30 | 3B |
| Octal | 144 | 272 | 311 | 62 | 7 | 0 | 25 | 275 | 60 | 73 |
| Binary | 1100100 | 10111010 | 11001001 | 110010 | 111 | 0 | 10101 | 10111101 | 110000 | 111011 |
Color Harmonies of #64BAC9
Complementary color
Monochromatic Colors of #64BAC9
Black with #64BAC9
Text Example
Text Example
White with #64BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAC9; }
p { color: rgb(100,186,201); }
H1.HeaderClassName
{
color: #64BAC9;
}
.AnyTagClassName
{
color: #64BAC9;
}
</style>
background-color css
<style>
a { background-color: #64BAC9; }
a { background-color: rgb(100,186,201); }
div.DivClassName
{
background-color: #64BAC9;
}
.BgClassName
{
background-color: #64BAC9;
}
</style>
border-color css
<style>
span { border-color: #64BAC9; }
span { border-color: rgb(100,186,201); }
td.TdClassName
{
border-color: #64BAC9;
}
.TagClassName
{
border-color: #64BAC9;
}
</style>