Shades of Summer Sky #46BADF
Tints of Summer Sky #46BADF
RGB
CMYK
RGB Variations
Color information
#46BADF (or 0x46BADF) is known color: Summer Sky. HEX triplet: 46, BA and DF. RGB value is (70,186,223). Sum of RGB (Red+Green+Blue) = 70+186+223=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #46BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BADF is #B94520. Grayscale: #9B9B9B. Windows color (decimal): -12141857 or 14662214. OLE color: 14662214.
HSL color Cylindrical-coordinate representation of color #46BADF: hue angle of 194.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46BADF is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 186 | 223 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.13 |
| HSL | 194.51º | 0.71% | 0.57% | - |
| HSV(B) | 194.51º | 0.69% | 0.87% | - |
| XYZ | 33.4 | 41.75 | 76.11 | - |
| YUV | 155.53 | 166.07 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 223 | 0.69 | 0.17 | 0 | 0.13 | 194.51 | 0.71 | 0.57 |
| Hex | 46 | BA | DF | 45 | 11 | 0 | D | C3 | 47 | 39 |
| Octal | 106 | 272 | 337 | 105 | 21 | 0 | 15 | 303 | 107 | 71 |
| Binary | 1000110 | 10111010 | 11011111 | 1000101 | 10001 | 0 | 1101 | 11000011 | 1000111 | 111001 |
Color Harmonies of #46BADF
Complementary color
Monochromatic Colors of #46BADF
Black with #46BADF
Text Example
Text Example
White with #46BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BADF; }
p { color: rgb(70,186,223); }
H1.HeaderClassName
{
color: #46BADF;
}
.AnyTagClassName
{
color: #46BADF;
}
</style>
background-color css
<style>
a { background-color: #46BADF; }
a { background-color: rgb(70,186,223); }
div.DivClassName
{
background-color: #46BADF;
}
.BgClassName
{
background-color: #46BADF;
}
</style>
border-color css
<style>
span { border-color: #46BADF; }
span { border-color: rgb(70,186,223); }
td.TdClassName
{
border-color: #46BADF;
}
.TagClassName
{
border-color: #46BADF;
}
</style>