Shades of Baby Blue #40F3FE
Tints of Baby Blue #40F3FE
RGB
CMYK
RGB Variations
Color information
#40F3FE (or 0x40F3FE) is known color: Baby Blue. HEX triplet: 40, F3 and FE. RGB value is (64,243,254). Sum of RGB (Red+Green+Blue) = 64+243+254=561 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.41% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #40F3FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F3FE is #BF0C01. Grayscale: #BEBEBE. Windows color (decimal): -12520450 or 16708416. OLE color: 16708416.
HSL color Cylindrical-coordinate representation of color #40F3FE: hue angle of 183.47º 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 #40F3FE is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 243 | 254 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.00 |
| HSL | 183.47º | 0.99% | 0.62% | - |
| HSV(B) | 183.47º | 0.75% | 1% | - |
| XYZ | 52.05 | 72.35 | 104.99 | - |
| YUV | 190.73 | 163.7 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 254 | 0.75 | 0.04 | 0 | 0.00 | 183.47 | 0.99 | 0.62 |
| Hex | 40 | F3 | FE | 4B | 4 | 0 | 0 | B7 | 63 | 3E |
| Octal | 100 | 363 | 376 | 113 | 4 | 0 | 0 | 267 | 143 | 76 |
| Binary | 1000000 | 11110011 | 11111110 | 1001011 | 100 | 0 | 0 | 10110111 | 1100011 | 111110 |
Color Harmonies of #40F3FE
Complementary color
Monochromatic Colors of #40F3FE
Black with #40F3FE
Text Example
Text Example
White with #40F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F3FE; }
p { color: rgb(64,243,254); }
H1.HeaderClassName
{
color: #40F3FE;
}
.AnyTagClassName
{
color: #40F3FE;
}
</style>
background-color css
<style>
a { background-color: #40F3FE; }
a { background-color: rgb(64,243,254); }
div.DivClassName
{
background-color: #40F3FE;
}
.BgClassName
{
background-color: #40F3FE;
}
</style>
border-color css
<style>
span { border-color: #40F3FE; }
span { border-color: rgb(64,243,254); }
td.TdClassName
{
border-color: #40F3FE;
}
.TagClassName
{
border-color: #40F3FE;
}
</style>