Shades of Baby Blue #64FAF7
Tints of Baby Blue #64FAF7
RGB
CMYK
RGB Variations
Color information
#64FAF7 (or 0x64FAF7) is known color: Baby Blue. HEX triplet: 64, FA and F7. RGB value is (100,250,247). Sum of RGB (Red+Green+Blue) = 100+250+247=597 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.75% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAF7 is #9B0508. Grayscale: #CCCCCC. Windows color (decimal): -10159369 or 16251492. OLE color: 16251492.
HSL color Cylindrical-coordinate representation of color #64FAF7: hue angle of 178.8º 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 #64FAF7 is Cyan = 0.6, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 247 | - |
| CMYK | 0.6 | 0 | 0.01 | 0.02 |
| HSL | 178.8º | 0.94% | 0.69% | - |
| HSV(B) | 178.8º | 0.6% | 0.98% | - |
| XYZ | 56.23 | 77.8 | 100.05 | - |
| YUV | 204.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 247 | 0.6 | 0 | 0.01 | 0.02 | 178.8 | 0.94 | 0.69 |
| Hex | 64 | FA | F7 | 3C | 0 | 1 | 2 | B3 | 5E | 45 |
| Octal | 144 | 372 | 367 | 74 | 0 | 1 | 2 | 263 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11110111 | 111100 | 0 | 1 | 10 | 10110011 | 1011110 | 1000101 |
Color Harmonies of #64FAF7
Complementary color
Monochromatic Colors of #64FAF7
Black with #64FAF7
Text Example
Text Example
White with #64FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAF7; }
p { color: rgb(100,250,247); }
H1.HeaderClassName
{
color: #64FAF7;
}
.AnyTagClassName
{
color: #64FAF7;
}
</style>
background-color css
<style>
a { background-color: #64FAF7; }
a { background-color: rgb(100,250,247); }
div.DivClassName
{
background-color: #64FAF7;
}
.BgClassName
{
background-color: #64FAF7;
}
</style>
border-color css
<style>
span { border-color: #64FAF7; }
span { border-color: rgb(100,250,247); }
td.TdClassName
{
border-color: #64FAF7;
}
.TagClassName
{
border-color: #64FAF7;
}
</style>