Shades of Summer Sky #46BCFE
Tints of Summer Sky #46BCFE
RGB
CMYK
RGB Variations
Color information
#46BCFE (or 0x46BCFE) is known color: Summer Sky. HEX triplet: 46, BC and FE. RGB value is (70,188,254). Sum of RGB (Red+Green+Blue) = 70+188+254=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #46BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BCFE is #B94301. Grayscale: #9F9F9F. Windows color (decimal): -12141314 or 16694342. OLE color: 16694342.
HSL color Cylindrical-coordinate representation of color #46BCFE: hue angle of 201.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BCFE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 188 | 254 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.00 |
| HSL | 201.52º | 0.99% | 0.64% | - |
| HSV(B) | 201.52º | 0.72% | 1% | - |
| XYZ | 38.4 | 44.42 | 100.32 | - |
| YUV | 160.24 | 180.91 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 254 | 0.72 | 0.26 | 0 | 0.00 | 201.52 | 0.99 | 0.64 |
| Hex | 46 | BC | FE | 48 | 1A | 0 | 0 | CA | 63 | 40 |
| Octal | 106 | 274 | 376 | 110 | 32 | 0 | 0 | 312 | 143 | 100 |
| Binary | 1000110 | 10111100 | 11111110 | 1001000 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000000 |
Color Harmonies of #46BCFE
Complementary color
Monochromatic Colors of #46BCFE
Black with #46BCFE
Text Example
Text Example
White with #46BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCFE; }
p { color: rgb(70,188,254); }
H1.HeaderClassName
{
color: #46BCFE;
}
.AnyTagClassName
{
color: #46BCFE;
}
</style>
background-color css
<style>
a { background-color: #46BCFE; }
a { background-color: rgb(70,188,254); }
div.DivClassName
{
background-color: #46BCFE;
}
.BgClassName
{
background-color: #46BCFE;
}
</style>
border-color css
<style>
span { border-color: #46BCFE; }
span { border-color: rgb(70,188,254); }
td.TdClassName
{
border-color: #46BCFE;
}
.TagClassName
{
border-color: #46BCFE;
}
</style>