Shades of Seagull #64BACE
Tints of Seagull #64BACE
RGB
CMYK
RGB Variations
Color information
#64BACE (or 0x64BACE) is known color: Seagull. HEX triplet: 64, BA and CE. RGB value is (100,186,206). Sum of RGB (Red+Green+Blue) = 100+186+206=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #64BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BACE is #9B4531. Grayscale: #A2A2A2. Windows color (decimal): -10175794 or 13548132. OLE color: 13548132.
HSL color Cylindrical-coordinate representation of color #64BACE: hue angle of 191.32º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BACE is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 186 | 206 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.19 |
| HSL | 191.32º | 0.52% | 0.6% | - |
| HSV(B) | 191.32º | 0.51% | 0.81% | - |
| XYZ | 33.96 | 42.28 | 64.76 | - |
| YUV | 162.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 206 | 0.51 | 0.10 | 0 | 0.19 | 191.32 | 0.52 | 0.6 |
| Hex | 64 | BA | CE | 33 | A | 0 | 13 | BF | 34 | 3C |
| Octal | 144 | 272 | 316 | 63 | 12 | 0 | 23 | 277 | 64 | 74 |
| Binary | 1100100 | 10111010 | 11001110 | 110011 | 1010 | 0 | 10011 | 10111111 | 110100 | 111100 |
Color Harmonies of #64BACE
Complementary color
Monochromatic Colors of #64BACE
Black with #64BACE
Text Example
Text Example
White with #64BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BACE; }
p { color: rgb(100,186,206); }
H1.HeaderClassName
{
color: #64BACE;
}
.AnyTagClassName
{
color: #64BACE;
}
</style>
background-color css
<style>
a { background-color: #64BACE; }
a { background-color: rgb(100,186,206); }
div.DivClassName
{
background-color: #64BACE;
}
.BgClassName
{
background-color: #64BACE;
}
</style>
border-color css
<style>
span { border-color: #64BACE; }
span { border-color: rgb(100,186,206); }
td.TdClassName
{
border-color: #64BACE;
}
.TagClassName
{
border-color: #64BACE;
}
</style>