Shades of Baby Blue #64FFFE
Tints of Baby Blue #64FFFE
RGB
CMYK
RGB Variations
Color information
#64FFFE (or 0x64FFFE) is known color: Baby Blue. HEX triplet: 64, FF and FE. RGB value is (100,255,254). Sum of RGB (Red+Green+Blue) = 100+255+254=609 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.42% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFFE is #9B0001. Grayscale: #D0D0D0. Windows color (decimal): -10158082 or 16711524. OLE color: 16711524.
HSL color Cylindrical-coordinate representation of color #64FFFE: hue angle of 179.61º 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 #64FFFE is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 254 | - |
| CMYK | 0.61 | 0 | 0.00 | 0 |
| HSL | 179.61º | 1% | 0.7% | - |
| HSV(B) | 179.61º | 0.61% | 1% | - |
| XYZ | 58.9 | 81.39 | 106.37 | - |
| YUV | 208.54 | 153.65 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 254 | 0.61 | 0 | 0.00 | 0 | 179.61 | 1 | 0.7 |
| Hex | 64 | FF | FE | 3D | 0 | 0 | 0 | B4 | 64 | 46 |
| Octal | 144 | 377 | 376 | 75 | 0 | 0 | 0 | 264 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11111110 | 111101 | 0 | 0 | 0 | 10110100 | 1100100 | 1000110 |
Color Harmonies of #64FFFE
Complementary color
Monochromatic Colors of #64FFFE
Black with #64FFFE
Text Example
Text Example
White with #64FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFFE; }
p { color: rgb(100,255,254); }
H1.HeaderClassName
{
color: #64FFFE;
}
.AnyTagClassName
{
color: #64FFFE;
}
</style>
background-color css
<style>
a { background-color: #64FFFE; }
a { background-color: rgb(100,255,254); }
div.DivClassName
{
background-color: #64FFFE;
}
.BgClassName
{
background-color: #64FFFE;
}
</style>
border-color css
<style>
span { border-color: #64FFFE; }
span { border-color: rgb(100,255,254); }
td.TdClassName
{
border-color: #64FFFE;
}
.TagClassName
{
border-color: #64FFFE;
}
</style>