Shades of Seagull #64BACB
Tints of Seagull #64BACB
RGB
CMYK
RGB Variations
Color information
#64BACB (or 0x64BACB) is known color: Seagull. HEX triplet: 64, BA and CB. RGB value is (100,186,203). Sum of RGB (Red+Green+Blue) = 100+186+203=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #64BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BACB is #9B4534. Grayscale: #A2A2A2. Windows color (decimal): -10175797 or 13351524. OLE color: 13351524.
HSL color Cylindrical-coordinate representation of color #64BACB: hue angle of 189.9º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BACB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 186 | 203 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.20 |
| HSL | 189.9º | 0.5% | 0.59% | - |
| HSV(B) | 189.9º | 0.51% | 0.8% | - |
| XYZ | 33.59 | 42.14 | 62.86 | - |
| YUV | 162.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 203 | 0.51 | 0.08 | 0 | 0.20 | 189.9 | 0.5 | 0.59 |
| Hex | 64 | BA | CB | 33 | 8 | 0 | 14 | BE | 32 | 3B |
| Octal | 144 | 272 | 313 | 63 | 10 | 0 | 24 | 276 | 62 | 73 |
| Binary | 1100100 | 10111010 | 11001011 | 110011 | 1000 | 0 | 10100 | 10111110 | 110010 | 111011 |
Color Harmonies of #64BACB
Complementary color
Monochromatic Colors of #64BACB
Black with #64BACB
Text Example
Text Example
White with #64BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BACB; }
p { color: rgb(100,186,203); }
H1.HeaderClassName
{
color: #64BACB;
}
.AnyTagClassName
{
color: #64BACB;
}
</style>
background-color css
<style>
a { background-color: #64BACB; }
a { background-color: rgb(100,186,203); }
div.DivClassName
{
background-color: #64BACB;
}
.BgClassName
{
background-color: #64BACB;
}
</style>
border-color css
<style>
span { border-color: #64BACB; }
span { border-color: rgb(100,186,203); }
td.TdClassName
{
border-color: #64BACB;
}
.TagClassName
{
border-color: #64BACB;
}
</style>