Shades of Baby Blue #46FCFE
Tints of Baby Blue #46FCFE
RGB
CMYK
RGB Variations
Color information
#46FCFE (or 0x46FCFE) is known color: Baby Blue. HEX triplet: 46, FC and FE. RGB value is (70,252,254). Sum of RGB (Red+Green+Blue) = 70+252+254=576 (76% of max value = 765). Red value is 70 (27.73% from 255 or 12.15% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #46FCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FCFE is #B90301. Grayscale: #C5C5C5. Windows color (decimal): -12124930 or 16710726. OLE color: 16710726.
HSL color Cylindrical-coordinate representation of color #46FCFE: hue angle of 180.65º 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 #46FCFE is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 252 | 254 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.00 |
| HSL | 180.65º | 0.99% | 0.64% | - |
| HSV(B) | 180.65º | 0.72% | 1% | - |
| XYZ | 55.23 | 78.08 | 105.93 | - |
| YUV | 197.81 | 159.7 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 254 | 0.72 | 0.01 | 0 | 0.00 | 180.65 | 0.99 | 0.64 |
| Hex | 46 | FC | FE | 48 | 1 | 0 | 0 | B5 | 63 | 40 |
| Octal | 106 | 374 | 376 | 110 | 1 | 0 | 0 | 265 | 143 | 100 |
| Binary | 1000110 | 11111100 | 11111110 | 1001000 | 1 | 0 | 0 | 10110101 | 1100011 | 1000000 |
Color Harmonies of #46FCFE
Complementary color
Monochromatic Colors of #46FCFE
Black with #46FCFE
Text Example
Text Example
White with #46FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCFE; }
p { color: rgb(70,252,254); }
H1.HeaderClassName
{
color: #46FCFE;
}
.AnyTagClassName
{
color: #46FCFE;
}
</style>
background-color css
<style>
a { background-color: #46FCFE; }
a { background-color: rgb(70,252,254); }
div.DivClassName
{
background-color: #46FCFE;
}
.BgClassName
{
background-color: #46FCFE;
}
</style>
border-color css
<style>
span { border-color: #46FCFE; }
span { border-color: rgb(70,252,254); }
td.TdClassName
{
border-color: #46FCFE;
}
.TagClassName
{
border-color: #46FCFE;
}
</style>