Shades of Baby Blue #46EAFF
Tints of Baby Blue #46EAFF
RGB
CMYK
RGB Variations
Color information
#46EAFF (or 0x46EAFF) is known color: Baby Blue. HEX triplet: 46, EA and FF. RGB value is (70,234,255). Sum of RGB (Red+Green+Blue) = 70+234+255=559 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.52% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #46EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EAFF is #B91500. Grayscale: #BBBBBB. Windows color (decimal): -12129537 or 16771654. OLE color: 16771654.
HSL color Cylindrical-coordinate representation of color #46EAFF: hue angle of 186.81º 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 #46EAFF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 234 | 255 | - |
| CMYK | 0.73 | 0.08 | 0 | 0 |
| HSL | 186.81º | 1% | 0.64% | - |
| HSV(B) | 186.81º | 0.73% | 1% | - |
| XYZ | 50 | 67.37 | 104.98 | - |
| YUV | 187.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 234 | 255 | 0.73 | 0.08 | 0 | 0 | 186.81 | 1 | 0.64 |
| Hex | 46 | EA | FF | 49 | 8 | 0 | 0 | BB | 64 | 40 |
| Octal | 106 | 352 | 377 | 111 | 10 | 0 | 0 | 273 | 144 | 100 |
| Binary | 1000110 | 11101010 | 11111111 | 1001001 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000000 |
Color Harmonies of #46EAFF
Complementary color
Monochromatic Colors of #46EAFF
Black with #46EAFF
Text Example
Text Example
White with #46EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EAFF; }
p { color: rgb(70,234,255); }
H1.HeaderClassName
{
color: #46EAFF;
}
.AnyTagClassName
{
color: #46EAFF;
}
</style>
background-color css
<style>
a { background-color: #46EAFF; }
a { background-color: rgb(70,234,255); }
div.DivClassName
{
background-color: #46EAFF;
}
.BgClassName
{
background-color: #46EAFF;
}
</style>
border-color css
<style>
span { border-color: #46EAFF; }
span { border-color: rgb(70,234,255); }
td.TdClassName
{
border-color: #46EAFF;
}
.TagClassName
{
border-color: #46EAFF;
}
</style>