Shades of Baby Blue #46F5FF
Tints of Baby Blue #46F5FF
RGB
CMYK
RGB Variations
Color information
#46F5FF (or 0x46F5FF) is known color: Baby Blue. HEX triplet: 46, F5 and FF. RGB value is (70,245,255). Sum of RGB (Red+Green+Blue) = 70+245+255=570 (75% of max value = 765). Red value is 70 (27.73% from 255 or 12.28% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #46F5FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F5FF is #B90A00. Grayscale: #C1C1C1. Windows color (decimal): -12126721 or 16774470. OLE color: 16774470.
HSL color Cylindrical-coordinate representation of color #46F5FF: hue angle of 183.24º 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 #46F5FF is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 245 | 255 | - |
| CMYK | 0.73 | 0.04 | 0 | 0 |
| HSL | 183.24º | 1% | 0.64% | - |
| HSV(B) | 183.24º | 0.73% | 1% | - |
| XYZ | 53.23 | 73.83 | 106.05 | - |
| YUV | 193.82 | 162.52 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 255 | 0.73 | 0.04 | 0 | 0 | 183.24 | 1 | 0.64 |
| Hex | 46 | F5 | FF | 49 | 4 | 0 | 0 | B7 | 64 | 40 |
| Octal | 106 | 365 | 377 | 111 | 4 | 0 | 0 | 267 | 144 | 100 |
| Binary | 1000110 | 11110101 | 11111111 | 1001001 | 100 | 0 | 0 | 10110111 | 1100100 | 1000000 |
Color Harmonies of #46F5FF
Complementary color
Monochromatic Colors of #46F5FF
Black with #46F5FF
Text Example
Text Example
White with #46F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F5FF; }
p { color: rgb(70,245,255); }
H1.HeaderClassName
{
color: #46F5FF;
}
.AnyTagClassName
{
color: #46F5FF;
}
</style>
background-color css
<style>
a { background-color: #46F5FF; }
a { background-color: rgb(70,245,255); }
div.DivClassName
{
background-color: #46F5FF;
}
.BgClassName
{
background-color: #46F5FF;
}
</style>
border-color css
<style>
span { border-color: #46F5FF; }
span { border-color: rgb(70,245,255); }
td.TdClassName
{
border-color: #46F5FF;
}
.TagClassName
{
border-color: #46F5FF;
}
</style>