Shades of Baby Blue #64FDFB
Tints of Baby Blue #64FDFB
RGB
CMYK
RGB Variations
Color information
#64FDFB (or 0x64FDFB) is known color: Baby Blue. HEX triplet: 64, FD and FB. RGB value is (100,253,251). Sum of RGB (Red+Green+Blue) = 100+253+251=604 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.56% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FDFB is #9B0204. Grayscale: #CECECE. Windows color (decimal): -10158597 or 16514404. OLE color: 16514404.
HSL color Cylindrical-coordinate representation of color #64FDFB: hue angle of 179.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FDFB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 251 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.01 |
| HSL | 179.22º | 0.97% | 0.69% | - |
| HSV(B) | 179.22º | 0.6% | 0.99% | - |
| XYZ | 57.79 | 79.92 | 103.65 | - |
| YUV | 207.03 | 152.81 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 251 | 0.60 | 0 | 0.01 | 0.01 | 179.22 | 0.97 | 0.69 |
| Hex | 64 | FD | FB | 3C | 0 | 1 | 1 | B3 | 61 | 45 |
| Octal | 144 | 375 | 373 | 74 | 0 | 1 | 1 | 263 | 141 | 105 |
| Binary | 1100100 | 11111101 | 11111011 | 111100 | 0 | 1 | 1 | 10110011 | 1100001 | 1000101 |
Color Harmonies of #64FDFB
Complementary color
Monochromatic Colors of #64FDFB
Black with #64FDFB
Text Example
Text Example
White with #64FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDFB; }
p { color: rgb(100,253,251); }
H1.HeaderClassName
{
color: #64FDFB;
}
.AnyTagClassName
{
color: #64FDFB;
}
</style>
background-color css
<style>
a { background-color: #64FDFB; }
a { background-color: rgb(100,253,251); }
div.DivClassName
{
background-color: #64FDFB;
}
.BgClassName
{
background-color: #64FDFB;
}
</style>
border-color css
<style>
span { border-color: #64FDFB; }
span { border-color: rgb(100,253,251); }
td.TdClassName
{
border-color: #64FDFB;
}
.TagClassName
{
border-color: #64FDFB;
}
</style>