Shades of Baby Blue #46F2FE
Tints of Baby Blue #46F2FE
RGB
CMYK
RGB Variations
Color information
#46F2FE (or 0x46F2FE) is known color: Baby Blue. HEX triplet: 46, F2 and FE. RGB value is (70,242,254). Sum of RGB (Red+Green+Blue) = 70+242+254=566 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.37% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #46F2FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F2FE is #B90D01. Grayscale: #BFBFBF. Windows color (decimal): -12127490 or 16708166. OLE color: 16708166.
HSL color Cylindrical-coordinate representation of color #46F2FE: hue angle of 183.91º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F2FE is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 242 | 254 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.00 |
| HSL | 183.91º | 0.99% | 0.64% | - |
| HSV(B) | 183.91º | 0.72% | 1% | - |
| XYZ | 52.17 | 71.96 | 104.91 | - |
| YUV | 191.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 254 | 0.72 | 0.05 | 0 | 0.00 | 183.91 | 0.99 | 0.64 |
| Hex | 46 | F2 | FE | 48 | 5 | 0 | 0 | B8 | 63 | 40 |
| Octal | 106 | 362 | 376 | 110 | 5 | 0 | 0 | 270 | 143 | 100 |
| Binary | 1000110 | 11110010 | 11111110 | 1001000 | 101 | 0 | 0 | 10111000 | 1100011 | 1000000 |
Color Harmonies of #46F2FE
Complementary color
Monochromatic Colors of #46F2FE
Black with #46F2FE
Text Example
Text Example
White with #46F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F2FE; }
p { color: rgb(70,242,254); }
H1.HeaderClassName
{
color: #46F2FE;
}
.AnyTagClassName
{
color: #46F2FE;
}
</style>
background-color css
<style>
a { background-color: #46F2FE; }
a { background-color: rgb(70,242,254); }
div.DivClassName
{
background-color: #46F2FE;
}
.BgClassName
{
background-color: #46F2FE;
}
</style>
border-color css
<style>
span { border-color: #46F2FE; }
span { border-color: rgb(70,242,254); }
td.TdClassName
{
border-color: #46F2FE;
}
.TagClassName
{
border-color: #46F2FE;
}
</style>