Shades of Seagull #64BAC8
Tints of Seagull #64BAC8
RGB
CMYK
RGB Variations
Color information
#64BAC8 (or 0x64BAC8) is known color: Seagull. HEX triplet: 64, BA and C8. RGB value is (100,186,200). Sum of RGB (Red+Green+Blue) = 100+186+200=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #64BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAC8 is #9B4537. Grayscale: #A1A1A1. Windows color (decimal): -10175800 or 13154916. OLE color: 13154916.
HSL color Cylindrical-coordinate representation of color #64BAC8: hue angle of 188.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BAC8 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 186 | 200 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.22 |
| HSL | 188.4º | 0.48% | 0.59% | - |
| HSV(B) | 188.4º | 0.5% | 0.78% | - |
| XYZ | 33.24 | 42 | 61 | - |
| YUV | 161.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 200 | 0.5 | 0.07 | 0 | 0.22 | 188.4 | 0.48 | 0.59 |
| Hex | 64 | BA | C8 | 32 | 7 | 0 | 16 | BC | 30 | 3B |
| Octal | 144 | 272 | 310 | 62 | 7 | 0 | 26 | 274 | 60 | 73 |
| Binary | 1100100 | 10111010 | 11001000 | 110010 | 111 | 0 | 10110 | 10111100 | 110000 | 111011 |
Color Harmonies of #64BAC8
Complementary color
Monochromatic Colors of #64BAC8
Black with #64BAC8
Text Example
Text Example
White with #64BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAC8; }
p { color: rgb(100,186,200); }
H1.HeaderClassName
{
color: #64BAC8;
}
.AnyTagClassName
{
color: #64BAC8;
}
</style>
background-color css
<style>
a { background-color: #64BAC8; }
a { background-color: rgb(100,186,200); }
div.DivClassName
{
background-color: #64BAC8;
}
.BgClassName
{
background-color: #64BAC8;
}
</style>
border-color css
<style>
span { border-color: #64BAC8; }
span { border-color: rgb(100,186,200); }
td.TdClassName
{
border-color: #64BAC8;
}
.TagClassName
{
border-color: #64BAC8;
}
</style>