Shades of Baby Blue #40FDFE
Tints of Baby Blue #40FDFE
RGB
CMYK
RGB Variations
Color information
#40FDFE (or 0x40FDFE) is known color: Baby Blue. HEX triplet: 40, FD and FE. RGB value is (64,253,254). Sum of RGB (Red+Green+Blue) = 64+253+254=571 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.21% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #40FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDFE is #BF0201. Grayscale: #C4C4C4. Windows color (decimal): -12517890 or 16710976. OLE color: 16710976.
HSL color Cylindrical-coordinate representation of color #40FDFE: hue angle of 180.32º 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 #40FDFE is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 253 | 254 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.00 |
| HSL | 180.32º | 0.99% | 0.62% | - |
| HSV(B) | 180.32º | 0.75% | 1% | - |
| XYZ | 55.13 | 78.5 | 106.01 | - |
| YUV | 196.6 | 160.38 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 254 | 0.75 | 0.00 | 0 | 0.00 | 180.32 | 0.99 | 0.62 |
| Hex | 40 | FD | FE | 4B | 0 | 0 | 0 | B4 | 63 | 3E |
| Octal | 100 | 375 | 376 | 113 | 0 | 0 | 0 | 264 | 143 | 76 |
| Binary | 1000000 | 11111101 | 11111110 | 1001011 | 0 | 0 | 0 | 10110100 | 1100011 | 111110 |
Color Harmonies of #40FDFE
Complementary color
Monochromatic Colors of #40FDFE
Black with #40FDFE
Text Example
Text Example
White with #40FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDFE; }
p { color: rgb(64,253,254); }
H1.HeaderClassName
{
color: #40FDFE;
}
.AnyTagClassName
{
color: #40FDFE;
}
</style>
background-color css
<style>
a { background-color: #40FDFE; }
a { background-color: rgb(64,253,254); }
div.DivClassName
{
background-color: #40FDFE;
}
.BgClassName
{
background-color: #40FDFE;
}
</style>
border-color css
<style>
span { border-color: #40FDFE; }
span { border-color: rgb(64,253,254); }
td.TdClassName
{
border-color: #40FDFE;
}
.TagClassName
{
border-color: #40FDFE;
}
</style>