Shades of Baby Blue #64FEF4
Tints of Baby Blue #64FEF4
RGB
CMYK
RGB Variations
Color information
#64FEF4 (or 0x64FEF4) is known color: Baby Blue. HEX triplet: 64, FE and F4. RGB value is (100,254,244). Sum of RGB (Red+Green+Blue) = 100+254+244=598 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.72% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEF4 is #9B010B. Grayscale: #CECECE. Windows color (decimal): -10158348 or 16055908. OLE color: 16055908.
HSL color Cylindrical-coordinate representation of color #64FEF4: hue angle of 176.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEF4 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 244 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.00 |
| HSL | 176.1º | 0.99% | 0.69% | - |
| HSV(B) | 176.1º | 0.61% | 1% | - |
| XYZ | 57.03 | 80.12 | 98.05 | - |
| YUV | 206.81 | 148.98 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 244 | 0.61 | 0 | 0.04 | 0.00 | 176.1 | 0.99 | 0.69 |
| Hex | 64 | FE | F4 | 3D | 0 | 4 | 0 | B0 | 63 | 45 |
| Octal | 144 | 376 | 364 | 75 | 0 | 4 | 0 | 260 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11110100 | 111101 | 0 | 100 | 0 | 10110000 | 1100011 | 1000101 |
Color Harmonies of #64FEF4
Complementary color
Monochromatic Colors of #64FEF4
Black with #64FEF4
Text Example
Text Example
White with #64FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEF4; }
p { color: rgb(100,254,244); }
H1.HeaderClassName
{
color: #64FEF4;
}
.AnyTagClassName
{
color: #64FEF4;
}
</style>
background-color css
<style>
a { background-color: #64FEF4; }
a { background-color: rgb(100,254,244); }
div.DivClassName
{
background-color: #64FEF4;
}
.BgClassName
{
background-color: #64FEF4;
}
</style>
border-color css
<style>
span { border-color: #64FEF4; }
span { border-color: rgb(100,254,244); }
td.TdClassName
{
border-color: #64FEF4;
}
.TagClassName
{
border-color: #64FEF4;
}
</style>