Shades of Summer Sky #46C9FF
Tints of Summer Sky #46C9FF
RGB
CMYK
RGB Variations
Color information
#46C9FF (or 0x46C9FF) is known color: Summer Sky. HEX triplet: 46, C9 and FF. RGB value is (70,201,255). Sum of RGB (Red+Green+Blue) = 70+201+255=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #46C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C9FF is #B93600. Grayscale: #A7A7A7. Windows color (decimal): -12137985 or 16763206. OLE color: 16763206.
HSL color Cylindrical-coordinate representation of color #46C9FF: hue angle of 197.51º 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 #46C9FF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 201 | 255 | - |
| CMYK | 0.73 | 0.21 | 0 | 0 |
| HSL | 197.51º | 1% | 0.64% | - |
| HSV(B) | 197.51º | 0.73% | 1% | - |
| XYZ | 41.46 | 50.3 | 102.13 | - |
| YUV | 167.99 | 177.1 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 255 | 0.73 | 0.21 | 0 | 0 | 197.51 | 1 | 0.64 |
| Hex | 46 | C9 | FF | 49 | 15 | 0 | 0 | C6 | 64 | 40 |
| Octal | 106 | 311 | 377 | 111 | 25 | 0 | 0 | 306 | 144 | 100 |
| Binary | 1000110 | 11001001 | 11111111 | 1001001 | 10101 | 0 | 0 | 11000110 | 1100100 | 1000000 |
Color Harmonies of #46C9FF
Complementary color
Monochromatic Colors of #46C9FF
Black with #46C9FF
Text Example
Text Example
White with #46C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C9FF; }
p { color: rgb(70,201,255); }
H1.HeaderClassName
{
color: #46C9FF;
}
.AnyTagClassName
{
color: #46C9FF;
}
</style>
background-color css
<style>
a { background-color: #46C9FF; }
a { background-color: rgb(70,201,255); }
div.DivClassName
{
background-color: #46C9FF;
}
.BgClassName
{
background-color: #46C9FF;
}
</style>
border-color css
<style>
span { border-color: #46C9FF; }
span { border-color: rgb(70,201,255); }
td.TdClassName
{
border-color: #46C9FF;
}
.TagClassName
{
border-color: #46C9FF;
}
</style>