Shades of Baby Blue #40F8FF
Tints of Baby Blue #40F8FF
RGB
CMYK
RGB Variations
Color information
#40F8FF (or 0x40F8FF) is known color: Baby Blue. HEX triplet: 40, F8 and FF. RGB value is (64,248,255). Sum of RGB (Red+Green+Blue) = 64+248+255=567 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.29% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #40F8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F8FF is #BF0700. Grayscale: #C1C1C1. Windows color (decimal): -12519169 or 16775232. OLE color: 16775232.
HSL color Cylindrical-coordinate representation of color #40F8FF: hue angle of 182.2º 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 #40F8FF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 248 | 255 | - |
| CMYK | 0.75 | 0.03 | 0 | 0 |
| HSL | 182.2º | 1% | 0.63% | - |
| HSV(B) | 182.2º | 0.75% | 1% | - |
| XYZ | 53.73 | 75.44 | 106.34 | - |
| YUV | 193.78 | 162.54 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 255 | 0.75 | 0.03 | 0 | 0 | 182.2 | 1 | 0.63 |
| Hex | 40 | F8 | FF | 4B | 3 | 0 | 0 | B6 | 64 | 3F |
| Octal | 100 | 370 | 377 | 113 | 3 | 0 | 0 | 266 | 144 | 77 |
| Binary | 1000000 | 11111000 | 11111111 | 1001011 | 11 | 0 | 0 | 10110110 | 1100100 | 111111 |
Color Harmonies of #40F8FF
Complementary color
Monochromatic Colors of #40F8FF
Black with #40F8FF
Text Example
Text Example
White with #40F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F8FF; }
p { color: rgb(64,248,255); }
H1.HeaderClassName
{
color: #40F8FF;
}
.AnyTagClassName
{
color: #40F8FF;
}
</style>
background-color css
<style>
a { background-color: #40F8FF; }
a { background-color: rgb(64,248,255); }
div.DivClassName
{
background-color: #40F8FF;
}
.BgClassName
{
background-color: #40F8FF;
}
</style>
border-color css
<style>
span { border-color: #40F8FF; }
span { border-color: rgb(64,248,255); }
td.TdClassName
{
border-color: #40F8FF;
}
.TagClassName
{
border-color: #40F8FF;
}
</style>