Shades of Seagull #64BFCD
Tints of Seagull #64BFCD
RGB
CMYK
RGB Variations
Color information
#64BFCD (or 0x64BFCD) is known color: Seagull. HEX triplet: 64, BF and CD. RGB value is (100,191,205). Sum of RGB (Red+Green+Blue) = 100+191+205=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFCD is #9B4032. Grayscale: #A5A5A5. Windows color (decimal): -10174515 or 13483876. OLE color: 13483876.
HSL color Cylindrical-coordinate representation of color #64BFCD: hue angle of 188º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BFCD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 191 | 205 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.20 |
| HSL | 188º | 0.51% | 0.6% | - |
| HSV(B) | 188º | 0.51% | 0.8% | - |
| XYZ | 34.91 | 44.38 | 64.48 | - |
| YUV | 165.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 205 | 0.51 | 0.07 | 0 | 0.20 | 188 | 0.51 | 0.6 |
| Hex | 64 | BF | CD | 33 | 7 | 0 | 14 | BC | 33 | 3C |
| Octal | 144 | 277 | 315 | 63 | 7 | 0 | 24 | 274 | 63 | 74 |
| Binary | 1100100 | 10111111 | 11001101 | 110011 | 111 | 0 | 10100 | 10111100 | 110011 | 111100 |
Color Harmonies of #64BFCD
Complementary color
Monochromatic Colors of #64BFCD
Black with #64BFCD
Text Example
Text Example
White with #64BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFCD; }
p { color: rgb(100,191,205); }
H1.HeaderClassName
{
color: #64BFCD;
}
.AnyTagClassName
{
color: #64BFCD;
}
</style>
background-color css
<style>
a { background-color: #64BFCD; }
a { background-color: rgb(100,191,205); }
div.DivClassName
{
background-color: #64BFCD;
}
.BgClassName
{
background-color: #64BFCD;
}
</style>
border-color css
<style>
span { border-color: #64BFCD; }
span { border-color: rgb(100,191,205); }
td.TdClassName
{
border-color: #64BFCD;
}
.TagClassName
{
border-color: #64BFCD;
}
</style>