Shades of Baby Blue #64FFF7
Tints of Baby Blue #64FFF7
RGB
CMYK
RGB Variations
Color information
#64FFF7 (or 0x64FFF7) is known color: Baby Blue. HEX triplet: 64, FF and F7. RGB value is (100,255,247). Sum of RGB (Red+Green+Blue) = 100+255+247=602 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.61% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFF7 is #9B0008. Grayscale: #CFCFCF. Windows color (decimal): -10158089 or 16252772. OLE color: 16252772.
HSL color Cylindrical-coordinate representation of color #64FFF7: hue angle of 176.9º 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 #64FFF7 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 247 | - |
| CMYK | 0.61 | 0 | 0.03 | 0 |
| HSL | 176.9º | 1% | 0.7% | - |
| HSV(B) | 176.9º | 0.61% | 1% | - |
| XYZ | 57.8 | 80.94 | 100.57 | - |
| YUV | 207.74 | 150.15 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 247 | 0.61 | 0 | 0.03 | 0 | 176.9 | 1 | 0.7 |
| Hex | 64 | FF | F7 | 3D | 0 | 3 | 0 | B1 | 64 | 46 |
| Octal | 144 | 377 | 367 | 75 | 0 | 3 | 0 | 261 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11110111 | 111101 | 0 | 11 | 0 | 10110001 | 1100100 | 1000110 |
Color Harmonies of #64FFF7
Complementary color
Monochromatic Colors of #64FFF7
Black with #64FFF7
Text Example
Text Example
White with #64FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFF7; }
p { color: rgb(100,255,247); }
H1.HeaderClassName
{
color: #64FFF7;
}
.AnyTagClassName
{
color: #64FFF7;
}
</style>
background-color css
<style>
a { background-color: #64FFF7; }
a { background-color: rgb(100,255,247); }
div.DivClassName
{
background-color: #64FFF7;
}
.BgClassName
{
background-color: #64FFF7;
}
</style>
border-color css
<style>
span { border-color: #64FFF7; }
span { border-color: rgb(100,255,247); }
td.TdClassName
{
border-color: #64FFF7;
}
.TagClassName
{
border-color: #64FFF7;
}
</style>