Shades of Baby Blue #64FFFB
Tints of Baby Blue #64FFFB
RGB
CMYK
RGB Variations
Color information
#64FFFB (or 0x64FFFB) is known color: Baby Blue. HEX triplet: 64, FF and FB. RGB value is (100,255,251). Sum of RGB (Red+Green+Blue) = 100+255+251=606 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.50% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFFB is #9B0004. Grayscale: #D0D0D0. Windows color (decimal): -10158085 or 16514916. OLE color: 16514916.
HSL color Cylindrical-coordinate representation of color #64FFFB: hue angle of 178.45º 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 #64FFFB is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 251 | - |
| CMYK | 0.61 | 0 | 0.02 | 0 |
| HSL | 178.45º | 1% | 0.7% | - |
| HSV(B) | 178.45º | 0.61% | 1% | - |
| XYZ | 58.43 | 81.19 | 103.86 | - |
| YUV | 208.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 251 | 0.61 | 0 | 0.02 | 0 | 178.45 | 1 | 0.7 |
| Hex | 64 | FF | FB | 3D | 0 | 2 | 0 | B2 | 64 | 46 |
| Octal | 144 | 377 | 373 | 75 | 0 | 2 | 0 | 262 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11111011 | 111101 | 0 | 10 | 0 | 10110010 | 1100100 | 1000110 |
Color Harmonies of #64FFFB
Complementary color
Monochromatic Colors of #64FFFB
Black with #64FFFB
Text Example
Text Example
White with #64FFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFFB; }
p { color: rgb(100,255,251); }
H1.HeaderClassName
{
color: #64FFFB;
}
.AnyTagClassName
{
color: #64FFFB;
}
</style>
background-color css
<style>
a { background-color: #64FFFB; }
a { background-color: rgb(100,255,251); }
div.DivClassName
{
background-color: #64FFFB;
}
.BgClassName
{
background-color: #64FFFB;
}
</style>
border-color css
<style>
span { border-color: #64FFFB; }
span { border-color: rgb(100,255,251); }
td.TdClassName
{
border-color: #64FFFB;
}
.TagClassName
{
border-color: #64FFFB;
}
</style>