Shades of Seagull #64C3CF
Tints of Seagull #64C3CF
RGB
CMYK
RGB Variations
Color information
#64C3CF (or 0x64C3CF) is known color: Seagull. HEX triplet: 64, C3 and CF. RGB value is (100,195,207). Sum of RGB (Red+Green+Blue) = 100+195+207=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #64C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C3CF is #9B3C30. Grayscale: #A7A7A7. Windows color (decimal): -10173489 or 13615972. OLE color: 13615972.
HSL color Cylindrical-coordinate representation of color #64C3CF: hue angle of 186.73º 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 #64C3CF is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 195 | 207 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.19 |
| HSL | 186.73º | 0.53% | 0.6% | - |
| HSV(B) | 186.73º | 0.52% | 0.81% | - |
| XYZ | 36.03 | 46.24 | 66.06 | - |
| YUV | 167.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 207 | 0.52 | 0.06 | 0 | 0.19 | 186.73 | 0.53 | 0.6 |
| Hex | 64 | C3 | CF | 34 | 6 | 0 | 13 | BB | 35 | 3C |
| Octal | 144 | 303 | 317 | 64 | 6 | 0 | 23 | 273 | 65 | 74 |
| Binary | 1100100 | 11000011 | 11001111 | 110100 | 110 | 0 | 10011 | 10111011 | 110101 | 111100 |
Color Harmonies of #64C3CF
Complementary color
Monochromatic Colors of #64C3CF
Black with #64C3CF
Text Example
Text Example
White with #64C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C3CF; }
p { color: rgb(100,195,207); }
H1.HeaderClassName
{
color: #64C3CF;
}
.AnyTagClassName
{
color: #64C3CF;
}
</style>
background-color css
<style>
a { background-color: #64C3CF; }
a { background-color: rgb(100,195,207); }
div.DivClassName
{
background-color: #64C3CF;
}
.BgClassName
{
background-color: #64C3CF;
}
</style>
border-color css
<style>
span { border-color: #64C3CF; }
span { border-color: rgb(100,195,207); }
td.TdClassName
{
border-color: #64C3CF;
}
.TagClassName
{
border-color: #64C3CF;
}
</style>