Shades of Summer Sky #46AFDD
Tints of Summer Sky #46AFDD
RGB
CMYK
RGB Variations
Color information
#46AFDD (or 0x46AFDD) is known color: Summer Sky. HEX triplet: 46, AF and DD. RGB value is (70,175,221). Sum of RGB (Red+Green+Blue) = 70+175+221=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #46AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFDD is #B95022. Grayscale: #949494. Windows color (decimal): -12144675 or 14528326. OLE color: 14528326.
HSL color Cylindrical-coordinate representation of color #46AFDD: hue angle of 198.28º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46AFDD is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 175 | 221 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.13 |
| HSL | 198.28º | 0.69% | 0.57% | - |
| HSV(B) | 198.28º | 0.68% | 0.87% | - |
| XYZ | 30.91 | 37.18 | 73.95 | - |
| YUV | 148.85 | 168.71 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 221 | 0.68 | 0.21 | 0 | 0.13 | 198.28 | 0.69 | 0.57 |
| Hex | 46 | AF | DD | 44 | 15 | 0 | D | C6 | 45 | 39 |
| Octal | 106 | 257 | 335 | 104 | 25 | 0 | 15 | 306 | 105 | 71 |
| Binary | 1000110 | 10101111 | 11011101 | 1000100 | 10101 | 0 | 1101 | 11000110 | 1000101 | 111001 |
Color Harmonies of #46AFDD
Complementary color
Monochromatic Colors of #46AFDD
Black with #46AFDD
Text Example
Text Example
White with #46AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AFDD; }
p { color: rgb(70,175,221); }
H1.HeaderClassName
{
color: #46AFDD;
}
.AnyTagClassName
{
color: #46AFDD;
}
</style>
background-color css
<style>
a { background-color: #46AFDD; }
a { background-color: rgb(70,175,221); }
div.DivClassName
{
background-color: #46AFDD;
}
.BgClassName
{
background-color: #46AFDD;
}
</style>
border-color css
<style>
span { border-color: #46AFDD; }
span { border-color: rgb(70,175,221); }
td.TdClassName
{
border-color: #46AFDD;
}
.TagClassName
{
border-color: #46AFDD;
}
</style>