Shades of Baby Blue #40FFF7
Tints of Baby Blue #40FFF7
RGB
CMYK
RGB Variations
Color information
#40FFF7 (or 0x40FFF7) is known color: Baby Blue. HEX triplet: 40, FF and F7. RGB value is (64,255,247). Sum of RGB (Red+Green+Blue) = 64+255+247=566 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.31% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFF7 is #BF0008. Grayscale: #C4C4C4. Windows color (decimal): -12517385 or 16252736. OLE color: 16252736.
HSL color Cylindrical-coordinate representation of color #40FFF7: hue angle of 177.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFF7 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 247 | - |
| CMYK | 0.75 | 0 | 0.03 | 0 |
| HSL | 177.49º | 1% | 0.63% | - |
| HSV(B) | 177.49º | 0.75% | 1% | - |
| XYZ | 54.66 | 79.33 | 100.43 | - |
| YUV | 196.98 | 156.22 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 247 | 0.75 | 0 | 0.03 | 0 | 177.49 | 1 | 0.63 |
| Hex | 40 | FF | F7 | 4B | 0 | 3 | 0 | B1 | 64 | 3F |
| Octal | 100 | 377 | 367 | 113 | 0 | 3 | 0 | 261 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11110111 | 1001011 | 0 | 11 | 0 | 10110001 | 1100100 | 111111 |
Color Harmonies of #40FFF7
Complementary color
Monochromatic Colors of #40FFF7
Black with #40FFF7
Text Example
Text Example
White with #40FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFF7; }
p { color: rgb(64,255,247); }
H1.HeaderClassName
{
color: #40FFF7;
}
.AnyTagClassName
{
color: #40FFF7;
}
</style>
background-color css
<style>
a { background-color: #40FFF7; }
a { background-color: rgb(64,255,247); }
div.DivClassName
{
background-color: #40FFF7;
}
.BgClassName
{
background-color: #40FFF7;
}
</style>
border-color css
<style>
span { border-color: #40FFF7; }
span { border-color: rgb(64,255,247); }
td.TdClassName
{
border-color: #40FFF7;
}
.TagClassName
{
border-color: #40FFF7;
}
</style>