Shades of Baby Blue #46FFFF
Tints of Baby Blue #46FFFF
RGB
CMYK
RGB Variations
Color information
#46FFFF (or 0x46FFFF) is known color: Baby Blue. HEX triplet: 46, FF and FF. RGB value is (70,255,255). Sum of RGB (Red+Green+Blue) = 70+255+255=580 (76% of max value = 765). Red value is 70 (27.73% from 255 or 12.07% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #46FFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FFFF is #B90000. Grayscale: #C7C7C7. Windows color (decimal): -12124161 or 16777030. OLE color: 16777030.
HSL color Cylindrical-coordinate representation of color #46FFFF: hue angle of 180º 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 #46FFFF is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 255 | - |
| CMYK | 0.73 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.64% | - |
| HSV(B) | 180º | 0.73% | 1% | - |
| XYZ | 56.34 | 80.04 | 107.09 | - |
| YUV | 199.69 | 159.21 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 255 | 0.73 | 0 | 0 | 0 | 180 | 1 | 0.64 |
| Hex | 46 | FF | FF | 49 | 0 | 0 | 0 | B4 | 64 | 40 |
| Octal | 106 | 377 | 377 | 111 | 0 | 0 | 0 | 264 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11111111 | 1001001 | 0 | 0 | 0 | 10110100 | 1100100 | 1000000 |
Color Harmonies of #46FFFF
Complementary color
Monochromatic Colors of #46FFFF
Black with #46FFFF
Text Example
Text Example
White with #46FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFFF; }
p { color: rgb(70,255,255); }
H1.HeaderClassName
{
color: #46FFFF;
}
.AnyTagClassName
{
color: #46FFFF;
}
</style>
background-color css
<style>
a { background-color: #46FFFF; }
a { background-color: rgb(70,255,255); }
div.DivClassName
{
background-color: #46FFFF;
}
.BgClassName
{
background-color: #46FFFF;
}
</style>
border-color css
<style>
span { border-color: #46FFFF; }
span { border-color: rgb(70,255,255); }
td.TdClassName
{
border-color: #46FFFF;
}
.TagClassName
{
border-color: #46FFFF;
}
</style>