Shades of Baby Blue #46F5FE
Tints of Baby Blue #46F5FE
RGB
CMYK
RGB Variations
Color information
#46F5FE (or 0x46F5FE) is known color: Baby Blue. HEX triplet: 46, F5 and FE. RGB value is (70,245,254). Sum of RGB (Red+Green+Blue) = 70+245+254=569 (75% of max value = 765). Red value is 70 (27.73% from 255 or 12.30% from 569); Green value is 245 (96.09% from 255 or 43.06% 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 #46F5FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F5FE is #B90A01. Grayscale: #C1C1C1. Windows color (decimal): -12126722 or 16708934. OLE color: 16708934.
HSL color Cylindrical-coordinate representation of color #46F5FE: hue angle of 182.93º 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 #46F5FE is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 245 | 254 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.00 |
| HSL | 182.93º | 0.99% | 0.64% | - |
| HSV(B) | 182.93º | 0.72% | 1% | - |
| XYZ | 53.07 | 73.76 | 105.21 | - |
| YUV | 193.7 | 162.02 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 254 | 0.72 | 0.04 | 0 | 0.00 | 182.93 | 0.99 | 0.64 |
| Hex | 46 | F5 | FE | 48 | 4 | 0 | 0 | B7 | 63 | 40 |
| Octal | 106 | 365 | 376 | 110 | 4 | 0 | 0 | 267 | 143 | 100 |
| Binary | 1000110 | 11110101 | 11111110 | 1001000 | 100 | 0 | 0 | 10110111 | 1100011 | 1000000 |
Color Harmonies of #46F5FE
Complementary color
Monochromatic Colors of #46F5FE
Black with #46F5FE
Text Example
Text Example
White with #46F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F5FE; }
p { color: rgb(70,245,254); }
H1.HeaderClassName
{
color: #46F5FE;
}
.AnyTagClassName
{
color: #46F5FE;
}
</style>
background-color css
<style>
a { background-color: #46F5FE; }
a { background-color: rgb(70,245,254); }
div.DivClassName
{
background-color: #46F5FE;
}
.BgClassName
{
background-color: #46F5FE;
}
</style>
border-color css
<style>
span { border-color: #46F5FE; }
span { border-color: rgb(70,245,254); }
td.TdClassName
{
border-color: #46F5FE;
}
.TagClassName
{
border-color: #46F5FE;
}
</style>