Shades of Baby Blue #46FDFF
Tints of Baby Blue #46FDFF
RGB
CMYK
RGB Variations
Color information
#46FDFF (or 0x46FDFF) is known color: Baby Blue. HEX triplet: 46, FD and FF. RGB value is (70,253,255). Sum of RGB (Red+Green+Blue) = 70+253+255=578 (76% of max value = 765). Red value is 70 (27.73% from 255 or 12.11% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #46FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FDFF is #B90200. Grayscale: #C6C6C6. Windows color (decimal): -12124673 or 16776518. OLE color: 16776518.
HSL color Cylindrical-coordinate representation of color #46FDFF: hue angle of 180.65º 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 #46FDFF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 253 | 255 | - |
| CMYK | 0.73 | 0.01 | 0 | 0 |
| HSL | 180.65º | 1% | 0.64% | - |
| HSV(B) | 180.65º | 0.73% | 1% | - |
| XYZ | 55.7 | 78.77 | 106.88 | - |
| YUV | 198.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 253 | 255 | 0.73 | 0.01 | 0 | 0 | 180.65 | 1 | 0.64 |
| Hex | 46 | FD | FF | 49 | 1 | 0 | 0 | B5 | 64 | 40 |
| Octal | 106 | 375 | 377 | 111 | 1 | 0 | 0 | 265 | 144 | 100 |
| Binary | 1000110 | 11111101 | 11111111 | 1001001 | 1 | 0 | 0 | 10110101 | 1100100 | 1000000 |
Color Harmonies of #46FDFF
Complementary color
Monochromatic Colors of #46FDFF
Black with #46FDFF
Text Example
Text Example
White with #46FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FDFF; }
p { color: rgb(70,253,255); }
H1.HeaderClassName
{
color: #46FDFF;
}
.AnyTagClassName
{
color: #46FDFF;
}
</style>
background-color css
<style>
a { background-color: #46FDFF; }
a { background-color: rgb(70,253,255); }
div.DivClassName
{
background-color: #46FDFF;
}
.BgClassName
{
background-color: #46FDFF;
}
</style>
border-color css
<style>
span { border-color: #46FDFF; }
span { border-color: rgb(70,253,255); }
td.TdClassName
{
border-color: #46FDFF;
}
.TagClassName
{
border-color: #46FDFF;
}
</style>