Shades of Baby Blue #40F2FE
Tints of Baby Blue #40F2FE
RGB
CMYK
RGB Variations
Color information
#40F2FE (or 0x40F2FE) is known color: Baby Blue. HEX triplet: 40, F2 and FE. RGB value is (64,242,254). Sum of RGB (Red+Green+Blue) = 64+242+254=560 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.43% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #40F2FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F2FE is #BF0D01. Grayscale: #BDBDBD. Windows color (decimal): -12520706 or 16708160. OLE color: 16708160.
HSL color Cylindrical-coordinate representation of color #40F2FE: hue angle of 183.79º 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 #40F2FE is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 242 | 254 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.00 |
| HSL | 183.79º | 0.99% | 0.62% | - |
| HSV(B) | 183.79º | 0.75% | 1% | - |
| XYZ | 51.76 | 71.75 | 104.89 | - |
| YUV | 190.15 | 164.03 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 254 | 0.75 | 0.05 | 0 | 0.00 | 183.79 | 0.99 | 0.62 |
| Hex | 40 | F2 | FE | 4B | 5 | 0 | 0 | B8 | 63 | 3E |
| Octal | 100 | 362 | 376 | 113 | 5 | 0 | 0 | 270 | 143 | 76 |
| Binary | 1000000 | 11110010 | 11111110 | 1001011 | 101 | 0 | 0 | 10111000 | 1100011 | 111110 |
Color Harmonies of #40F2FE
Complementary color
Monochromatic Colors of #40F2FE
Black with #40F2FE
Text Example
Text Example
White with #40F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F2FE; }
p { color: rgb(64,242,254); }
H1.HeaderClassName
{
color: #40F2FE;
}
.AnyTagClassName
{
color: #40F2FE;
}
</style>
background-color css
<style>
a { background-color: #40F2FE; }
a { background-color: rgb(64,242,254); }
div.DivClassName
{
background-color: #40F2FE;
}
.BgClassName
{
background-color: #40F2FE;
}
</style>
border-color css
<style>
span { border-color: #40F2FE; }
span { border-color: rgb(64,242,254); }
td.TdClassName
{
border-color: #40F2FE;
}
.TagClassName
{
border-color: #40F2FE;
}
</style>