Shades of Baby Blue #64FEFC
Tints of Baby Blue #64FEFC
RGB
CMYK
RGB Variations
Color information
#64FEFC (or 0x64FEFC) is known color: Baby Blue. HEX triplet: 64, FE and FC. RGB value is (100,254,252). Sum of RGB (Red+Green+Blue) = 100+254+252=606 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.50% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEFC is #9B0103. Grayscale: #CFCFCF. Windows color (decimal): -10158340 or 16580196. OLE color: 16580196.
HSL color Cylindrical-coordinate representation of color #64FEFC: hue angle of 179.22º 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 #64FEFC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 252 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.00 |
| HSL | 179.22º | 0.99% | 0.69% | - |
| HSV(B) | 179.22º | 0.61% | 1% | - |
| XYZ | 58.27 | 80.62 | 104.59 | - |
| YUV | 207.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 252 | 0.61 | 0 | 0.01 | 0.00 | 179.22 | 0.99 | 0.69 |
| Hex | 64 | FE | FC | 3D | 0 | 1 | 0 | B3 | 63 | 45 |
| Octal | 144 | 376 | 374 | 75 | 0 | 1 | 0 | 263 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11111100 | 111101 | 0 | 1 | 0 | 10110011 | 1100011 | 1000101 |
Color Harmonies of #64FEFC
Complementary color
Monochromatic Colors of #64FEFC
Black with #64FEFC
Text Example
Text Example
White with #64FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEFC; }
p { color: rgb(100,254,252); }
H1.HeaderClassName
{
color: #64FEFC;
}
.AnyTagClassName
{
color: #64FEFC;
}
</style>
background-color css
<style>
a { background-color: #64FEFC; }
a { background-color: rgb(100,254,252); }
div.DivClassName
{
background-color: #64FEFC;
}
.BgClassName
{
background-color: #64FEFC;
}
</style>
border-color css
<style>
span { border-color: #64FEFC; }
span { border-color: rgb(100,254,252); }
td.TdClassName
{
border-color: #64FEFC;
}
.TagClassName
{
border-color: #64FEFC;
}
</style>