Shades of Baby Blue #46FEF0
Tints of Baby Blue #46FEF0
RGB
CMYK
RGB Variations
Color information
#46FEF0 (or 0x46FEF0) is known color: Baby Blue. HEX triplet: 46, FE and F0. RGB value is (70,254,240). Sum of RGB (Red+Green+Blue) = 70+254+240=564 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.41% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FEF0 is #B9010F. Grayscale: #C5C5C5. Windows color (decimal): -12124432 or 15793734. OLE color: 15793734.
HSL color Cylindrical-coordinate representation of color #46FEF0: hue angle of 175.43º 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 #46FEF0 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 240 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.00 |
| HSL | 175.43º | 0.99% | 0.64% | - |
| HSV(B) | 175.43º | 0.72% | 1% | - |
| XYZ | 53.7 | 78.48 | 94.76 | - |
| YUV | 197.39 | 152.04 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 240 | 0.72 | 0 | 0.06 | 0.00 | 175.43 | 0.99 | 0.64 |
| Hex | 46 | FE | F0 | 48 | 0 | 6 | 0 | AF | 63 | 40 |
| Octal | 106 | 376 | 360 | 110 | 0 | 6 | 0 | 257 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11110000 | 1001000 | 0 | 110 | 0 | 10101111 | 1100011 | 1000000 |
Color Harmonies of #46FEF0
Complementary color
Monochromatic Colors of #46FEF0
Black with #46FEF0
Text Example
Text Example
White with #46FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEF0; }
p { color: rgb(70,254,240); }
H1.HeaderClassName
{
color: #46FEF0;
}
.AnyTagClassName
{
color: #46FEF0;
}
</style>
background-color css
<style>
a { background-color: #46FEF0; }
a { background-color: rgb(70,254,240); }
div.DivClassName
{
background-color: #46FEF0;
}
.BgClassName
{
background-color: #46FEF0;
}
</style>
border-color css
<style>
span { border-color: #46FEF0; }
span { border-color: rgb(70,254,240); }
td.TdClassName
{
border-color: #46FEF0;
}
.TagClassName
{
border-color: #46FEF0;
}
</style>