Shades of Summer Sky #46CFFF
Tints of Summer Sky #46CFFF
RGB
CMYK
RGB Variations
Color information
#46CFFF (or 0x46CFFF) is known color: Summer Sky. HEX triplet: 46, CF and FF. RGB value is (70,207,255). Sum of RGB (Red+Green+Blue) = 70+207+255=532 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.16% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #46CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFFF is #B93000. Grayscale: #ABABAB. Windows color (decimal): -12136449 or 16764742. OLE color: 16764742.
HSL color Cylindrical-coordinate representation of color #46CFFF: hue angle of 195.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46CFFF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 207 | 255 | - |
| CMYK | 0.73 | 0.19 | 0 | 0 |
| HSL | 195.57º | 1% | 0.64% | - |
| HSV(B) | 195.57º | 0.73% | 1% | - |
| XYZ | 42.89 | 53.15 | 102.61 | - |
| YUV | 171.51 | 175.11 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 255 | 0.73 | 0.19 | 0 | 0 | 195.57 | 1 | 0.64 |
| Hex | 46 | CF | FF | 49 | 13 | 0 | 0 | C4 | 64 | 40 |
| Octal | 106 | 317 | 377 | 111 | 23 | 0 | 0 | 304 | 144 | 100 |
| Binary | 1000110 | 11001111 | 11111111 | 1001001 | 10011 | 0 | 0 | 11000100 | 1100100 | 1000000 |
Color Harmonies of #46CFFF
Complementary color
Monochromatic Colors of #46CFFF
Black with #46CFFF
Text Example
Text Example
White with #46CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFFF; }
p { color: rgb(70,207,255); }
H1.HeaderClassName
{
color: #46CFFF;
}
.AnyTagClassName
{
color: #46CFFF;
}
</style>
background-color css
<style>
a { background-color: #46CFFF; }
a { background-color: rgb(70,207,255); }
div.DivClassName
{
background-color: #46CFFF;
}
.BgClassName
{
background-color: #46CFFF;
}
</style>
border-color css
<style>
span { border-color: #46CFFF; }
span { border-color: rgb(70,207,255); }
td.TdClassName
{
border-color: #46CFFF;
}
.TagClassName
{
border-color: #46CFFF;
}
</style>