Shades of Baby Blue #40FEFF
Tints of Baby Blue #40FEFF
RGB
CMYK
RGB Variations
Color information
#40FEFF (or 0x40FEFF) is known color: Baby Blue. HEX triplet: 40, FE and FF. RGB value is (64,254,255). Sum of RGB (Red+Green+Blue) = 64+254+255=573 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.17% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #40FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEFF is #BF0100. Grayscale: #C5C5C5. Windows color (decimal): -12517633 or 16776768. OLE color: 16776768.
HSL color Cylindrical-coordinate representation of color #40FEFF: hue angle of 180.31º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEFF is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 254 | 255 | - |
| CMYK | 0.75 | 0.00 | 0 | 0 |
| HSL | 180.31º | 1% | 0.63% | - |
| HSV(B) | 180.31º | 0.75% | 1% | - |
| XYZ | 55.61 | 79.19 | 106.96 | - |
| YUV | 197.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 255 | 0.75 | 0.00 | 0 | 0 | 180.31 | 1 | 0.63 |
| Hex | 40 | FE | FF | 4B | 0 | 0 | 0 | B4 | 64 | 3F |
| Octal | 100 | 376 | 377 | 113 | 0 | 0 | 0 | 264 | 144 | 77 |
| Binary | 1000000 | 11111110 | 11111111 | 1001011 | 0 | 0 | 0 | 10110100 | 1100100 | 111111 |
Color Harmonies of #40FEFF
Complementary color
Monochromatic Colors of #40FEFF
Black with #40FEFF
Text Example
Text Example
White with #40FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEFF; }
p { color: rgb(64,254,255); }
H1.HeaderClassName
{
color: #40FEFF;
}
.AnyTagClassName
{
color: #40FEFF;
}
</style>
background-color css
<style>
a { background-color: #40FEFF; }
a { background-color: rgb(64,254,255); }
div.DivClassName
{
background-color: #40FEFF;
}
.BgClassName
{
background-color: #40FEFF;
}
</style>
border-color css
<style>
span { border-color: #40FEFF; }
span { border-color: rgb(64,254,255); }
td.TdClassName
{
border-color: #40FEFF;
}
.TagClassName
{
border-color: #40FEFF;
}
</style>