Shades of Summer Sky #46CDF8
Tints of Summer Sky #46CDF8
RGB
CMYK
RGB Variations
Color information
#46CDF8 (or 0x46CDF8) is known color: Summer Sky. HEX triplet: 46, CD and F8. RGB value is (70,205,248). Sum of RGB (Red+Green+Blue) = 70+205+248=523 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.38% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #46CDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CDF8 is #B93207. Grayscale: #A9A9A9. Windows color (decimal): -12136968 or 16305478. OLE color: 16305478.
HSL color Cylindrical-coordinate representation of color #46CDF8: hue angle of 194.49º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46CDF8 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 205 | 248 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.03 |
| HSL | 194.49º | 0.93% | 0.62% | - |
| HSV(B) | 194.49º | 0.72% | 0.97% | - |
| XYZ | 41.3 | 51.74 | 96.62 | - |
| YUV | 169.54 | 172.27 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 248 | 0.72 | 0.17 | 0 | 0.03 | 194.49 | 0.93 | 0.62 |
| Hex | 46 | CD | F8 | 48 | 11 | 0 | 3 | C2 | 5D | 3E |
| Octal | 106 | 315 | 370 | 110 | 21 | 0 | 3 | 302 | 135 | 76 |
| Binary | 1000110 | 11001101 | 11111000 | 1001000 | 10001 | 0 | 11 | 11000010 | 1011101 | 111110 |
Color Harmonies of #46CDF8
Complementary color
Monochromatic Colors of #46CDF8
Black with #46CDF8
Text Example
Text Example
White with #46CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDF8; }
p { color: rgb(70,205,248); }
H1.HeaderClassName
{
color: #46CDF8;
}
.AnyTagClassName
{
color: #46CDF8;
}
</style>
background-color css
<style>
a { background-color: #46CDF8; }
a { background-color: rgb(70,205,248); }
div.DivClassName
{
background-color: #46CDF8;
}
.BgClassName
{
background-color: #46CDF8;
}
</style>
border-color css
<style>
span { border-color: #46CDF8; }
span { border-color: rgb(70,205,248); }
td.TdClassName
{
border-color: #46CDF8;
}
.TagClassName
{
border-color: #46CDF8;
}
</style>