Shades of Seagull #64BACF
Tints of Seagull #64BACF
RGB
CMYK
RGB Variations
Color information
#64BACF (or 0x64BACF) is known color: Seagull. HEX triplet: 64, BA and CF. RGB value is (100,186,207). Sum of RGB (Red+Green+Blue) = 100+186+207=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #64BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BACF is #9B4530. Grayscale: #A2A2A2. Windows color (decimal): -10175793 or 13613668. OLE color: 13613668.
HSL color Cylindrical-coordinate representation of color #64BACF: hue angle of 191.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64BACF is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 186 | 207 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.19 |
| HSL | 191.78º | 0.53% | 0.6% | - |
| HSV(B) | 191.78º | 0.52% | 0.81% | - |
| XYZ | 34.08 | 42.33 | 65.41 | - |
| YUV | 162.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 207 | 0.52 | 0.10 | 0 | 0.19 | 191.78 | 0.53 | 0.6 |
| Hex | 64 | BA | CF | 34 | A | 0 | 13 | C0 | 35 | 3C |
| Octal | 144 | 272 | 317 | 64 | 12 | 0 | 23 | 300 | 65 | 74 |
| Binary | 1100100 | 10111010 | 11001111 | 110100 | 1010 | 0 | 10011 | 11000000 | 110101 | 111100 |
Color Harmonies of #64BACF
Complementary color
Monochromatic Colors of #64BACF
Black with #64BACF
Text Example
Text Example
White with #64BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BACF; }
p { color: rgb(100,186,207); }
H1.HeaderClassName
{
color: #64BACF;
}
.AnyTagClassName
{
color: #64BACF;
}
</style>
background-color css
<style>
a { background-color: #64BACF; }
a { background-color: rgb(100,186,207); }
div.DivClassName
{
background-color: #64BACF;
}
.BgClassName
{
background-color: #64BACF;
}
</style>
border-color css
<style>
span { border-color: #64BACF; }
span { border-color: rgb(100,186,207); }
td.TdClassName
{
border-color: #64BACF;
}
.TagClassName
{
border-color: #64BACF;
}
</style>