Shades of Baby Blue #64F7FA
Tints of Baby Blue #64F7FA
RGB
CMYK
RGB Variations
Color information
#64F7FA (or 0x64F7FA) is known color: Baby Blue. HEX triplet: 64, F7 and FA. RGB value is (100,247,250). Sum of RGB (Red+Green+Blue) = 100+247+250=597 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.75% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #64F7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F7FA is #9B0805. Grayscale: #CBCBCB. Windows color (decimal): -10160134 or 16447332. OLE color: 16447332.
HSL color Cylindrical-coordinate representation of color #64F7FA: hue angle of 181.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7FA is Cyan = 0.6, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 247 | 250 | - |
| CMYK | 0.6 | 0.01 | 0 | 0.02 |
| HSL | 181.2º | 0.94% | 0.69% | - |
| HSV(B) | 181.2º | 0.6% | 0.98% | - |
| XYZ | 55.77 | 76.13 | 102.2 | - |
| YUV | 203.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 250 | 0.6 | 0.01 | 0 | 0.02 | 181.2 | 0.94 | 0.69 |
| Hex | 64 | F7 | FA | 3C | 1 | 0 | 2 | B5 | 5E | 45 |
| Octal | 144 | 367 | 372 | 74 | 1 | 0 | 2 | 265 | 136 | 105 |
| Binary | 1100100 | 11110111 | 11111010 | 111100 | 1 | 0 | 10 | 10110101 | 1011110 | 1000101 |
Color Harmonies of #64F7FA
Complementary color
Monochromatic Colors of #64F7FA
Black with #64F7FA
Text Example
Text Example
White with #64F7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F7FA; }
p { color: rgb(100,247,250); }
H1.HeaderClassName
{
color: #64F7FA;
}
.AnyTagClassName
{
color: #64F7FA;
}
</style>
background-color css
<style>
a { background-color: #64F7FA; }
a { background-color: rgb(100,247,250); }
div.DivClassName
{
background-color: #64F7FA;
}
.BgClassName
{
background-color: #64F7FA;
}
</style>
border-color css
<style>
span { border-color: #64F7FA; }
span { border-color: rgb(100,247,250); }
td.TdClassName
{
border-color: #64F7FA;
}
.TagClassName
{
border-color: #64F7FA;
}
</style>