Shades of Baby Blue #40FFF6
Tints of Baby Blue #40FFF6
RGB
CMYK
RGB Variations
Color information
#40FFF6 (or 0x40FFF6) is known color: Baby Blue. HEX triplet: 40, FF and F6. RGB value is (64,255,246). Sum of RGB (Red+Green+Blue) = 64+255+246=565 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.33% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFF6 is #BF0009. Grayscale: #C4C4C4. Windows color (decimal): -12517386 or 16187200. OLE color: 16187200.
HSL color Cylindrical-coordinate representation of color #40FFF6: hue angle of 177.17º 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 #40FFF6 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 246 | - |
| CMYK | 0.75 | 0 | 0.04 | 0 |
| HSL | 177.17º | 1% | 0.63% | - |
| HSV(B) | 177.17º | 0.75% | 1% | - |
| XYZ | 54.51 | 79.26 | 99.62 | - |
| YUV | 196.87 | 155.72 | 33.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 246 | 0.75 | 0 | 0.04 | 0 | 177.17 | 1 | 0.63 |
| Hex | 40 | FF | F6 | 4B | 0 | 4 | 0 | B1 | 64 | 3F |
| Octal | 100 | 377 | 366 | 113 | 0 | 4 | 0 | 261 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11110110 | 1001011 | 0 | 100 | 0 | 10110001 | 1100100 | 111111 |
Color Harmonies of #40FFF6
Complementary color
Monochromatic Colors of #40FFF6
Black with #40FFF6
Text Example
Text Example
White with #40FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFF6; }
p { color: rgb(64,255,246); }
H1.HeaderClassName
{
color: #40FFF6;
}
.AnyTagClassName
{
color: #40FFF6;
}
</style>
background-color css
<style>
a { background-color: #40FFF6; }
a { background-color: rgb(64,255,246); }
div.DivClassName
{
background-color: #40FFF6;
}
.BgClassName
{
background-color: #40FFF6;
}
</style>
border-color css
<style>
span { border-color: #40FFF6; }
span { border-color: rgb(64,255,246); }
td.TdClassName
{
border-color: #40FFF6;
}
.TagClassName
{
border-color: #40FFF6;
}
</style>