Shades of Baby Blue #46F2FF
Tints of Baby Blue #46F2FF
RGB
CMYK
RGB Variations
Color information
#46F2FF (or 0x46F2FF) is known color: Baby Blue. HEX triplet: 46, F2 and FF. RGB value is (70,242,255). Sum of RGB (Red+Green+Blue) = 70+242+255=567 (75% of max value = 765). Red value is 70 (27.73% from 255 or 12.35% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #46F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F2FF is #B90D00. Grayscale: #BFBFBF. Windows color (decimal): -12127489 or 16773702. OLE color: 16773702.
HSL color Cylindrical-coordinate representation of color #46F2FF: hue angle of 184.22º 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 #46F2FF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 242 | 255 | - |
| CMYK | 0.73 | 0.05 | 0 | 0 |
| HSL | 184.22º | 1% | 0.64% | - |
| HSV(B) | 184.22º | 0.73% | 1% | - |
| XYZ | 52.33 | 72.03 | 105.75 | - |
| YUV | 192.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 255 | 0.73 | 0.05 | 0 | 0 | 184.22 | 1 | 0.64 |
| Hex | 46 | F2 | FF | 49 | 5 | 0 | 0 | B8 | 64 | 40 |
| Octal | 106 | 362 | 377 | 111 | 5 | 0 | 0 | 270 | 144 | 100 |
| Binary | 1000110 | 11110010 | 11111111 | 1001001 | 101 | 0 | 0 | 10111000 | 1100100 | 1000000 |
Color Harmonies of #46F2FF
Complementary color
Monochromatic Colors of #46F2FF
Black with #46F2FF
Text Example
Text Example
White with #46F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F2FF; }
p { color: rgb(70,242,255); }
H1.HeaderClassName
{
color: #46F2FF;
}
.AnyTagClassName
{
color: #46F2FF;
}
</style>
background-color css
<style>
a { background-color: #46F2FF; }
a { background-color: rgb(70,242,255); }
div.DivClassName
{
background-color: #46F2FF;
}
.BgClassName
{
background-color: #46F2FF;
}
</style>
border-color css
<style>
span { border-color: #46F2FF; }
span { border-color: rgb(70,242,255); }
td.TdClassName
{
border-color: #46F2FF;
}
.TagClassName
{
border-color: #46F2FF;
}
</style>