Shades of Baby Blue #40F4FE
Tints of Baby Blue #40F4FE
RGB
CMYK
RGB Variations
Color information
#40F4FE (or 0x40F4FE) is known color: Baby Blue. HEX triplet: 40, F4 and FE. RGB value is (64,244,254). Sum of RGB (Red+Green+Blue) = 64+244+254=562 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.39% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #40F4FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F4FE is #BF0B01. Grayscale: #BFBFBF. Windows color (decimal): -12520194 or 16708672. OLE color: 16708672.
HSL color Cylindrical-coordinate representation of color #40F4FE: hue angle of 183.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40F4FE is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 244 | 254 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.00 |
| HSL | 183.16º | 0.99% | 0.62% | - |
| HSV(B) | 183.16º | 0.75% | 1% | - |
| XYZ | 52.35 | 72.95 | 105.09 | - |
| YUV | 191.32 | 163.37 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 244 | 254 | 0.75 | 0.04 | 0 | 0.00 | 183.16 | 0.99 | 0.62 |
| Hex | 40 | F4 | FE | 4B | 4 | 0 | 0 | B7 | 63 | 3E |
| Octal | 100 | 364 | 376 | 113 | 4 | 0 | 0 | 267 | 143 | 76 |
| Binary | 1000000 | 11110100 | 11111110 | 1001011 | 100 | 0 | 0 | 10110111 | 1100011 | 111110 |
Color Harmonies of #40F4FE
Complementary color
Monochromatic Colors of #40F4FE
Black with #40F4FE
Text Example
Text Example
White with #40F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F4FE; }
p { color: rgb(64,244,254); }
H1.HeaderClassName
{
color: #40F4FE;
}
.AnyTagClassName
{
color: #40F4FE;
}
</style>
background-color css
<style>
a { background-color: #40F4FE; }
a { background-color: rgb(64,244,254); }
div.DivClassName
{
background-color: #40F4FE;
}
.BgClassName
{
background-color: #40F4FE;
}
</style>
border-color css
<style>
span { border-color: #40F4FE; }
span { border-color: rgb(64,244,254); }
td.TdClassName
{
border-color: #40F4FE;
}
.TagClassName
{
border-color: #40F4FE;
}
</style>