Shades of Summer Sky #469FEA
Tints of Summer Sky #469FEA
RGB
CMYK
RGB Variations
Color information
#469FEA (or 0x469FEA) is known color: Summer Sky. HEX triplet: 46, 9F and EA. RGB value is (70,159,234). Sum of RGB (Red+Green+Blue) = 70+159+234=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #469FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FEA is #B96015. Grayscale: #8C8C8C. Windows color (decimal): -12148758 or 15376198. OLE color: 15376198.
HSL color Cylindrical-coordinate representation of color #469FEA: hue angle of 207.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469FEA is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 159 | 234 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.08 |
| HSL | 207.44º | 0.8% | 0.6% | - |
| HSV(B) | 207.44º | 0.7% | 0.92% | - |
| XYZ | 29.78 | 32.04 | 82.46 | - |
| YUV | 140.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 234 | 0.70 | 0.32 | 0 | 0.08 | 207.44 | 0.8 | 0.6 |
| Hex | 46 | 9F | EA | 46 | 20 | 0 | 8 | CF | 50 | 3C |
| Octal | 106 | 237 | 352 | 106 | 40 | 0 | 10 | 317 | 120 | 74 |
| Binary | 1000110 | 10011111 | 11101010 | 1000110 | 100000 | 0 | 1000 | 11001111 | 1010000 | 111100 |
Color Harmonies of #469FEA
Complementary color
Monochromatic Colors of #469FEA
Black with #469FEA
Text Example
Text Example
White with #469FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FEA; }
p { color: rgb(70,159,234); }
H1.HeaderClassName
{
color: #469FEA;
}
.AnyTagClassName
{
color: #469FEA;
}
</style>
background-color css
<style>
a { background-color: #469FEA; }
a { background-color: rgb(70,159,234); }
div.DivClassName
{
background-color: #469FEA;
}
.BgClassName
{
background-color: #469FEA;
}
</style>
border-color css
<style>
span { border-color: #469FEA; }
span { border-color: rgb(70,159,234); }
td.TdClassName
{
border-color: #469FEA;
}
.TagClassName
{
border-color: #469FEA;
}
</style>