Shades of Summer Sky #469CE6
Tints of Summer Sky #469CE6
RGB
CMYK
RGB Variations
Color information
#469CE6 (or 0x469CE6) is known color: Summer Sky. HEX triplet: 46, 9C and E6. RGB value is (70,156,230). Sum of RGB (Red+Green+Blue) = 70+156+230=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #469CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CE6 is #B96319. Grayscale: #8A8A8A. Windows color (decimal): -12149530 or 15113286. OLE color: 15113286.
HSL color Cylindrical-coordinate representation of color #469CE6: hue angle of 207.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469CE6 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 156 | 230 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.10 |
| HSL | 207.75º | 0.76% | 0.59% | - |
| HSV(B) | 207.75º | 0.7% | 0.9% | - |
| XYZ | 28.7 | 30.79 | 79.29 | - |
| YUV | 138.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 230 | 0.70 | 0.32 | 0 | 0.10 | 207.75 | 0.76 | 0.59 |
| Hex | 46 | 9C | E6 | 46 | 20 | 0 | A | D0 | 4C | 3B |
| Octal | 106 | 234 | 346 | 106 | 40 | 0 | 12 | 320 | 114 | 73 |
| Binary | 1000110 | 10011100 | 11100110 | 1000110 | 100000 | 0 | 1010 | 11010000 | 1001100 | 111011 |
Color Harmonies of #469CE6
Complementary color
Monochromatic Colors of #469CE6
Black with #469CE6
Text Example
Text Example
White with #469CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CE6; }
p { color: rgb(70,156,230); }
H1.HeaderClassName
{
color: #469CE6;
}
.AnyTagClassName
{
color: #469CE6;
}
</style>
background-color css
<style>
a { background-color: #469CE6; }
a { background-color: rgb(70,156,230); }
div.DivClassName
{
background-color: #469CE6;
}
.BgClassName
{
background-color: #469CE6;
}
</style>
border-color css
<style>
span { border-color: #469CE6; }
span { border-color: rgb(70,156,230); }
td.TdClassName
{
border-color: #469CE6;
}
.TagClassName
{
border-color: #469CE6;
}
</style>