Shades of Summer Sky #46CFFD
Tints of Summer Sky #46CFFD
RGB
CMYK
RGB Variations
Color information
#46CFFD (or 0x46CFFD) is known color: Summer Sky. HEX triplet: 46, CF and FD. RGB value is (70,207,253). Sum of RGB (Red+Green+Blue) = 70+207+253=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #46CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFFD is #B93002. Grayscale: #AAAAAA. Windows color (decimal): -12136451 or 16633670. OLE color: 16633670.
HSL color Cylindrical-coordinate representation of color #46CFFD: hue angle of 195.08º 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 #46CFFD is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 207 | 253 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.01 |
| HSL | 195.08º | 0.98% | 0.63% | - |
| HSV(B) | 195.08º | 0.72% | 0.99% | - |
| XYZ | 42.57 | 53.02 | 100.92 | - |
| YUV | 171.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 253 | 0.72 | 0.18 | 0 | 0.01 | 195.08 | 0.98 | 0.63 |
| Hex | 46 | CF | FD | 48 | 12 | 0 | 1 | C3 | 62 | 3F |
| Octal | 106 | 317 | 375 | 110 | 22 | 0 | 1 | 303 | 142 | 77 |
| Binary | 1000110 | 11001111 | 11111101 | 1001000 | 10010 | 0 | 1 | 11000011 | 1100010 | 111111 |
Color Harmonies of #46CFFD
Complementary color
Monochromatic Colors of #46CFFD
Black with #46CFFD
Text Example
Text Example
White with #46CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFFD; }
p { color: rgb(70,207,253); }
H1.HeaderClassName
{
color: #46CFFD;
}
.AnyTagClassName
{
color: #46CFFD;
}
</style>
background-color css
<style>
a { background-color: #46CFFD; }
a { background-color: rgb(70,207,253); }
div.DivClassName
{
background-color: #46CFFD;
}
.BgClassName
{
background-color: #46CFFD;
}
</style>
border-color css
<style>
span { border-color: #46CFFD; }
span { border-color: rgb(70,207,253); }
td.TdClassName
{
border-color: #46CFFD;
}
.TagClassName
{
border-color: #46CFFD;
}
</style>