Shades of Baby Blue #46FEFF
Tints of Baby Blue #46FEFF
RGB
CMYK
RGB Variations
Color information
#46FEFF (or 0x46FEFF) is known color: Baby Blue. HEX triplet: 46, FE and FF. RGB value is (70,254,255). Sum of RGB (Red+Green+Blue) = 70+254+255=579 (76% of max value = 765). Red value is 70 (27.73% from 255 or 12.09% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #46FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FEFF is #B90100. Grayscale: #C6C6C6. Windows color (decimal): -12124417 or 16776774. OLE color: 16776774.
HSL color Cylindrical-coordinate representation of color #46FEFF: hue angle of 180.32º 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 #46FEFF is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 254 | 255 | - |
| CMYK | 0.73 | 0.00 | 0 | 0 |
| HSL | 180.32º | 1% | 0.64% | - |
| HSV(B) | 180.32º | 0.73% | 1% | - |
| XYZ | 56.02 | 79.41 | 106.98 | - |
| YUV | 199.1 | 159.54 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 255 | 0.73 | 0.00 | 0 | 0 | 180.32 | 1 | 0.64 |
| Hex | 46 | FE | FF | 49 | 0 | 0 | 0 | B4 | 64 | 40 |
| Octal | 106 | 376 | 377 | 111 | 0 | 0 | 0 | 264 | 144 | 100 |
| Binary | 1000110 | 11111110 | 11111111 | 1001001 | 0 | 0 | 0 | 10110100 | 1100100 | 1000000 |
Color Harmonies of #46FEFF
Complementary color
Monochromatic Colors of #46FEFF
Black with #46FEFF
Text Example
Text Example
White with #46FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEFF; }
p { color: rgb(70,254,255); }
H1.HeaderClassName
{
color: #46FEFF;
}
.AnyTagClassName
{
color: #46FEFF;
}
</style>
background-color css
<style>
a { background-color: #46FEFF; }
a { background-color: rgb(70,254,255); }
div.DivClassName
{
background-color: #46FEFF;
}
.BgClassName
{
background-color: #46FEFF;
}
</style>
border-color css
<style>
span { border-color: #46FEFF; }
span { border-color: rgb(70,254,255); }
td.TdClassName
{
border-color: #46FEFF;
}
.TagClassName
{
border-color: #46FEFF;
}
</style>