Shades of Seagull #64BCD0
Tints of Seagull #64BCD0
RGB
CMYK
RGB Variations
Color information
#64BCD0 (or 0x64BCD0) is known color: Seagull. HEX triplet: 64, BC and D0. RGB value is (100,188,208). Sum of RGB (Red+Green+Blue) = 100+188+208=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #64BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCD0 is #9B432F. Grayscale: #A3A3A3. Windows color (decimal): -10175280 or 13679716. OLE color: 13679716.
HSL color Cylindrical-coordinate representation of color #64BCD0: hue angle of 191.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64BCD0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 188 | 208 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.18 |
| HSL | 191.11º | 0.53% | 0.6% | - |
| HSV(B) | 191.11º | 0.52% | 0.82% | - |
| XYZ | 34.62 | 43.23 | 66.19 | - |
| YUV | 163.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 208 | 0.52 | 0.10 | 0 | 0.18 | 191.11 | 0.53 | 0.6 |
| Hex | 64 | BC | D0 | 34 | A | 0 | 12 | BF | 35 | 3C |
| Octal | 144 | 274 | 320 | 64 | 12 | 0 | 22 | 277 | 65 | 74 |
| Binary | 1100100 | 10111100 | 11010000 | 110100 | 1010 | 0 | 10010 | 10111111 | 110101 | 111100 |
Color Harmonies of #64BCD0
Complementary color
Monochromatic Colors of #64BCD0
Black with #64BCD0
Text Example
Text Example
White with #64BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCD0; }
p { color: rgb(100,188,208); }
H1.HeaderClassName
{
color: #64BCD0;
}
.AnyTagClassName
{
color: #64BCD0;
}
</style>
background-color css
<style>
a { background-color: #64BCD0; }
a { background-color: rgb(100,188,208); }
div.DivClassName
{
background-color: #64BCD0;
}
.BgClassName
{
background-color: #64BCD0;
}
</style>
border-color css
<style>
span { border-color: #64BCD0; }
span { border-color: rgb(100,188,208); }
td.TdClassName
{
border-color: #64BCD0;
}
.TagClassName
{
border-color: #64BCD0;
}
</style>