Shades of Baby Blue #64FFF5
Tints of Baby Blue #64FFF5
RGB
CMYK
RGB Variations
Color information
#64FFF5 (or 0x64FFF5) is known color: Baby Blue. HEX triplet: 64, FF and F5. RGB value is (100,255,245). Sum of RGB (Red+Green+Blue) = 100+255+245=600 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.67% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFF5 is #9B000A. Grayscale: #CFCFCF. Windows color (decimal): -10158091 or 16121700. OLE color: 16121700.
HSL color Cylindrical-coordinate representation of color #64FFF5: hue angle of 176.13º 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 #64FFF5 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 245 | - |
| CMYK | 0.61 | 0 | 0.04 | 0 |
| HSL | 176.13º | 1% | 0.7% | - |
| HSV(B) | 176.13º | 0.61% | 1% | - |
| XYZ | 57.5 | 80.82 | 98.96 | - |
| YUV | 207.52 | 149.15 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 245 | 0.61 | 0 | 0.04 | 0 | 176.13 | 1 | 0.7 |
| Hex | 64 | FF | F5 | 3D | 0 | 4 | 0 | B0 | 64 | 46 |
| Octal | 144 | 377 | 365 | 75 | 0 | 4 | 0 | 260 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11110101 | 111101 | 0 | 100 | 0 | 10110000 | 1100100 | 1000110 |
Color Harmonies of #64FFF5
Complementary color
Monochromatic Colors of #64FFF5
Black with #64FFF5
Text Example
Text Example
White with #64FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFF5; }
p { color: rgb(100,255,245); }
H1.HeaderClassName
{
color: #64FFF5;
}
.AnyTagClassName
{
color: #64FFF5;
}
</style>
background-color css
<style>
a { background-color: #64FFF5; }
a { background-color: rgb(100,255,245); }
div.DivClassName
{
background-color: #64FFF5;
}
.BgClassName
{
background-color: #64FFF5;
}
</style>
border-color css
<style>
span { border-color: #64FFF5; }
span { border-color: rgb(100,255,245); }
td.TdClassName
{
border-color: #64FFF5;
}
.TagClassName
{
border-color: #64FFF5;
}
</style>