Shades of Baby Blue #40EFFE
Tints of Baby Blue #40EFFE
RGB
CMYK
RGB Variations
Color information
#40EFFE (or 0x40EFFE) is known color: Baby Blue. HEX triplet: 40, EF and FE. RGB value is (64,239,254). Sum of RGB (Red+Green+Blue) = 64+239+254=557 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.49% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #40EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EFFE is #BF1001. Grayscale: #BCBCBC. Windows color (decimal): -12521474 or 16707392. OLE color: 16707392.
HSL color Cylindrical-coordinate representation of color #40EFFE: hue angle of 184.74º 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 #40EFFE is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 239 | 254 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.00 |
| HSL | 184.74º | 0.99% | 0.62% | - |
| HSV(B) | 184.74º | 0.75% | 1% | - |
| XYZ | 50.87 | 69.98 | 104.59 | - |
| YUV | 188.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 254 | 0.75 | 0.06 | 0 | 0.00 | 184.74 | 0.99 | 0.62 |
| Hex | 40 | EF | FE | 4B | 6 | 0 | 0 | B9 | 63 | 3E |
| Octal | 100 | 357 | 376 | 113 | 6 | 0 | 0 | 271 | 143 | 76 |
| Binary | 1000000 | 11101111 | 11111110 | 1001011 | 110 | 0 | 0 | 10111001 | 1100011 | 111110 |
Color Harmonies of #40EFFE
Complementary color
Monochromatic Colors of #40EFFE
Black with #40EFFE
Text Example
Text Example
White with #40EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFFE; }
p { color: rgb(64,239,254); }
H1.HeaderClassName
{
color: #40EFFE;
}
.AnyTagClassName
{
color: #40EFFE;
}
</style>
background-color css
<style>
a { background-color: #40EFFE; }
a { background-color: rgb(64,239,254); }
div.DivClassName
{
background-color: #40EFFE;
}
.BgClassName
{
background-color: #40EFFE;
}
</style>
border-color css
<style>
span { border-color: #40EFFE; }
span { border-color: rgb(64,239,254); }
td.TdClassName
{
border-color: #40EFFE;
}
.TagClassName
{
border-color: #40EFFE;
}
</style>