Shades of Baby Blue #46ECFF
Tints of Baby Blue #46ECFF
RGB
CMYK
RGB Variations
Color information
#46ECFF (or 0x46ECFF) is known color: Baby Blue. HEX triplet: 46, EC and FF. RGB value is (70,236,255). Sum of RGB (Red+Green+Blue) = 70+236+255=561 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.48% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #46ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46ECFF is #B91300. Grayscale: #BCBCBC. Windows color (decimal): -12129025 or 16772166. OLE color: 16772166.
HSL color Cylindrical-coordinate representation of color #46ECFF: hue angle of 186.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46ECFF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 236 | 255 | - |
| CMYK | 0.73 | 0.07 | 0 | 0 |
| HSL | 186.16º | 1% | 0.64% | - |
| HSV(B) | 186.16º | 0.73% | 1% | - |
| XYZ | 50.57 | 68.51 | 105.17 | - |
| YUV | 188.53 | 165.5 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 255 | 0.73 | 0.07 | 0 | 0 | 186.16 | 1 | 0.64 |
| Hex | 46 | EC | FF | 49 | 7 | 0 | 0 | BA | 64 | 40 |
| Octal | 106 | 354 | 377 | 111 | 7 | 0 | 0 | 272 | 144 | 100 |
| Binary | 1000110 | 11101100 | 11111111 | 1001001 | 111 | 0 | 0 | 10111010 | 1100100 | 1000000 |
Color Harmonies of #46ECFF
Complementary color
Monochromatic Colors of #46ECFF
Black with #46ECFF
Text Example
Text Example
White with #46ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECFF; }
p { color: rgb(70,236,255); }
H1.HeaderClassName
{
color: #46ECFF;
}
.AnyTagClassName
{
color: #46ECFF;
}
</style>
background-color css
<style>
a { background-color: #46ECFF; }
a { background-color: rgb(70,236,255); }
div.DivClassName
{
background-color: #46ECFF;
}
.BgClassName
{
background-color: #46ECFF;
}
</style>
border-color css
<style>
span { border-color: #46ECFF; }
span { border-color: rgb(70,236,255); }
td.TdClassName
{
border-color: #46ECFF;
}
.TagClassName
{
border-color: #46ECFF;
}
</style>