Shades of Summer Sky #46BBFD
Tints of Summer Sky #46BBFD
RGB
CMYK
RGB Variations
Color information
#46BBFD (or 0x46BBFD) is known color: Summer Sky. HEX triplet: 46, BB and FD. RGB value is (70,187,253). Sum of RGB (Red+Green+Blue) = 70+187+253=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #46BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BBFD is #B94402. Grayscale: #9F9F9F. Windows color (decimal): -12141571 or 16628550. OLE color: 16628550.
HSL color Cylindrical-coordinate representation of color #46BBFD: hue angle of 201.64º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BBFD is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 187 | 253 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.01 |
| HSL | 201.64º | 0.98% | 0.63% | - |
| HSV(B) | 201.64º | 0.72% | 0.99% | - |
| XYZ | 38.03 | 43.93 | 99.4 | - |
| YUV | 159.54 | 180.74 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 253 | 0.72 | 0.26 | 0 | 0.01 | 201.64 | 0.98 | 0.63 |
| Hex | 46 | BB | FD | 48 | 1A | 0 | 1 | CA | 62 | 3F |
| Octal | 106 | 273 | 375 | 110 | 32 | 0 | 1 | 312 | 142 | 77 |
| Binary | 1000110 | 10111011 | 11111101 | 1001000 | 11010 | 0 | 1 | 11001010 | 1100010 | 111111 |
Color Harmonies of #46BBFD
Complementary color
Monochromatic Colors of #46BBFD
Black with #46BBFD
Text Example
Text Example
White with #46BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBFD; }
p { color: rgb(70,187,253); }
H1.HeaderClassName
{
color: #46BBFD;
}
.AnyTagClassName
{
color: #46BBFD;
}
</style>
background-color css
<style>
a { background-color: #46BBFD; }
a { background-color: rgb(70,187,253); }
div.DivClassName
{
background-color: #46BBFD;
}
.BgClassName
{
background-color: #46BBFD;
}
</style>
border-color css
<style>
span { border-color: #46BBFD; }
span { border-color: rgb(70,187,253); }
td.TdClassName
{
border-color: #46BBFD;
}
.TagClassName
{
border-color: #46BBFD;
}
</style>