Shades of Baby Blue #40FBFE
Tints of Baby Blue #40FBFE
RGB
CMYK
RGB Variations
Color information
#40FBFE (or 0x40FBFE) is known color: Baby Blue. HEX triplet: 40, FB and FE. RGB value is (64,251,254). Sum of RGB (Red+Green+Blue) = 64+251+254=569 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.25% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #40FBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBFE is #BF0401. Grayscale: #C3C3C3. Windows color (decimal): -12518402 or 16710464. OLE color: 16710464.
HSL color Cylindrical-coordinate representation of color #40FBFE: hue angle of 180.95º 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 #40FBFE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 251 | 254 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.00 |
| HSL | 180.95º | 0.99% | 0.62% | - |
| HSV(B) | 180.95º | 0.75% | 1% | - |
| XYZ | 54.5 | 77.24 | 105.8 | - |
| YUV | 195.43 | 161.05 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 254 | 0.75 | 0.01 | 0 | 0.00 | 180.95 | 0.99 | 0.62 |
| Hex | 40 | FB | FE | 4B | 1 | 0 | 0 | B5 | 63 | 3E |
| Octal | 100 | 373 | 376 | 113 | 1 | 0 | 0 | 265 | 143 | 76 |
| Binary | 1000000 | 11111011 | 11111110 | 1001011 | 1 | 0 | 0 | 10110101 | 1100011 | 111110 |
Color Harmonies of #40FBFE
Complementary color
Monochromatic Colors of #40FBFE
Black with #40FBFE
Text Example
Text Example
White with #40FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBFE; }
p { color: rgb(64,251,254); }
H1.HeaderClassName
{
color: #40FBFE;
}
.AnyTagClassName
{
color: #40FBFE;
}
</style>
background-color css
<style>
a { background-color: #40FBFE; }
a { background-color: rgb(64,251,254); }
div.DivClassName
{
background-color: #40FBFE;
}
.BgClassName
{
background-color: #40FBFE;
}
</style>
border-color css
<style>
span { border-color: #40FBFE; }
span { border-color: rgb(64,251,254); }
td.TdClassName
{
border-color: #40FBFE;
}
.TagClassName
{
border-color: #40FBFE;
}
</style>