Shades of Baby Blue #46FEFA
Tints of Baby Blue #46FEFA
RGB
CMYK
RGB Variations
Color information
#46FEFA (or 0x46FEFA) is known color: Baby Blue. HEX triplet: 46, FE and FA. RGB value is (70,254,250). Sum of RGB (Red+Green+Blue) = 70+254+250=574 (76% of max value = 765). Red value is 70 (27.73% from 255 or 12.20% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FEFA is #B90105. Grayscale: #C6C6C6. Windows color (decimal): -12124422 or 16449094. OLE color: 16449094.
HSL color Cylindrical-coordinate representation of color #46FEFA: hue angle of 178.7º 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 #46FEFA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 250 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.00 |
| HSL | 178.7º | 0.99% | 0.64% | - |
| HSV(B) | 178.7º | 0.72% | 1% | - |
| XYZ | 55.22 | 79.09 | 102.8 | - |
| YUV | 198.53 | 157.04 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 250 | 0.72 | 0 | 0.02 | 0.00 | 178.7 | 0.99 | 0.64 |
| Hex | 46 | FE | FA | 48 | 0 | 2 | 0 | B3 | 63 | 40 |
| Octal | 106 | 376 | 372 | 110 | 0 | 2 | 0 | 263 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11111010 | 1001000 | 0 | 10 | 0 | 10110011 | 1100011 | 1000000 |
Color Harmonies of #46FEFA
Complementary color
Monochromatic Colors of #46FEFA
Black with #46FEFA
Text Example
Text Example
White with #46FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEFA; }
p { color: rgb(70,254,250); }
H1.HeaderClassName
{
color: #46FEFA;
}
.AnyTagClassName
{
color: #46FEFA;
}
</style>
background-color css
<style>
a { background-color: #46FEFA; }
a { background-color: rgb(70,254,250); }
div.DivClassName
{
background-color: #46FEFA;
}
.BgClassName
{
background-color: #46FEFA;
}
</style>
border-color css
<style>
span { border-color: #46FEFA; }
span { border-color: rgb(70,254,250); }
td.TdClassName
{
border-color: #46FEFA;
}
.TagClassName
{
border-color: #46FEFA;
}
</style>