Shades of Baby Blue #64FFF6
Tints of Baby Blue #64FFF6
RGB
CMYK
RGB Variations
Color information
#64FFF6 (or 0x64FFF6) is known color: Baby Blue. HEX triplet: 64, FF and F6. RGB value is (100,255,246). Sum of RGB (Red+Green+Blue) = 100+255+246=601 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.64% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFF6 is #9B0009. Grayscale: #CFCFCF. Windows color (decimal): -10158090 or 16187236. OLE color: 16187236.
HSL color Cylindrical-coordinate representation of color #64FFF6: hue angle of 176.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFF6 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 246 | - |
| CMYK | 0.61 | 0 | 0.04 | 0 |
| HSL | 176.52º | 1% | 0.7% | - |
| HSV(B) | 176.52º | 0.61% | 1% | - |
| XYZ | 57.65 | 80.88 | 99.76 | - |
| YUV | 207.63 | 149.65 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 246 | 0.61 | 0 | 0.04 | 0 | 176.52 | 1 | 0.7 |
| Hex | 64 | FF | F6 | 3D | 0 | 4 | 0 | B1 | 64 | 46 |
| Octal | 144 | 377 | 366 | 75 | 0 | 4 | 0 | 261 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11110110 | 111101 | 0 | 100 | 0 | 10110001 | 1100100 | 1000110 |
Color Harmonies of #64FFF6
Complementary color
Monochromatic Colors of #64FFF6
Black with #64FFF6
Text Example
Text Example
White with #64FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFF6; }
p { color: rgb(100,255,246); }
H1.HeaderClassName
{
color: #64FFF6;
}
.AnyTagClassName
{
color: #64FFF6;
}
</style>
background-color css
<style>
a { background-color: #64FFF6; }
a { background-color: rgb(100,255,246); }
div.DivClassName
{
background-color: #64FFF6;
}
.BgClassName
{
background-color: #64FFF6;
}
</style>
border-color css
<style>
span { border-color: #64FFF6; }
span { border-color: rgb(100,255,246); }
td.TdClassName
{
border-color: #64FFF6;
}
.TagClassName
{
border-color: #64FFF6;
}
</style>