Shades of Summer Sky #46BDF9
Tints of Summer Sky #46BDF9
RGB
CMYK
RGB Variations
Color information
#46BDF9 (or 0x46BDF9) is known color: Summer Sky. HEX triplet: 46, BD and F9. RGB value is (70,189,249). Sum of RGB (Red+Green+Blue) = 70+189+249=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #46BDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BDF9 is #B94206. Grayscale: #9F9F9F. Windows color (decimal): -12141063 or 16366918. OLE color: 16366918.
HSL color Cylindrical-coordinate representation of color #46BDF9: hue angle of 200.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BDF9 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 189 | 249 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.02 |
| HSL | 200.11º | 0.94% | 0.63% | - |
| HSV(B) | 200.11º | 0.72% | 0.98% | - |
| XYZ | 37.82 | 44.54 | 96.23 | - |
| YUV | 160.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 249 | 0.72 | 0.24 | 0 | 0.02 | 200.11 | 0.94 | 0.63 |
| Hex | 46 | BD | F9 | 48 | 18 | 0 | 2 | C8 | 5E | 3F |
| Octal | 106 | 275 | 371 | 110 | 30 | 0 | 2 | 310 | 136 | 77 |
| Binary | 1000110 | 10111101 | 11111001 | 1001000 | 11000 | 0 | 10 | 11001000 | 1011110 | 111111 |
Color Harmonies of #46BDF9
Complementary color
Monochromatic Colors of #46BDF9
Black with #46BDF9
Text Example
Text Example
White with #46BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BDF9; }
p { color: rgb(70,189,249); }
H1.HeaderClassName
{
color: #46BDF9;
}
.AnyTagClassName
{
color: #46BDF9;
}
</style>
background-color css
<style>
a { background-color: #46BDF9; }
a { background-color: rgb(70,189,249); }
div.DivClassName
{
background-color: #46BDF9;
}
.BgClassName
{
background-color: #46BDF9;
}
</style>
border-color css
<style>
span { border-color: #46BDF9; }
span { border-color: rgb(70,189,249); }
td.TdClassName
{
border-color: #46BDF9;
}
.TagClassName
{
border-color: #46BDF9;
}
</style>