Shades of Summer Sky #469CEB
Tints of Summer Sky #469CEB
RGB
CMYK
RGB Variations
Color information
#469CEB (or 0x469CEB) is known color: Summer Sky. HEX triplet: 46, 9C and EB. RGB value is (70,156,235). Sum of RGB (Red+Green+Blue) = 70+156+235=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #469CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CEB is #B96314. Grayscale: #8A8A8A. Windows color (decimal): -12149525 or 15440966. OLE color: 15440966.
HSL color Cylindrical-coordinate representation of color #469CEB: hue angle of 208.73º 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 #469CEB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 156 | 235 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.08 |
| HSL | 208.73º | 0.8% | 0.6% | - |
| HSV(B) | 208.73º | 0.7% | 0.92% | - |
| XYZ | 29.41 | 31.08 | 83.05 | - |
| YUV | 139.29 | 182.01 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 235 | 0.70 | 0.34 | 0 | 0.08 | 208.73 | 0.8 | 0.6 |
| Hex | 46 | 9C | EB | 46 | 22 | 0 | 8 | D1 | 50 | 3C |
| Octal | 106 | 234 | 353 | 106 | 42 | 0 | 10 | 321 | 120 | 74 |
| Binary | 1000110 | 10011100 | 11101011 | 1000110 | 100010 | 0 | 1000 | 11010001 | 1010000 | 111100 |
Color Harmonies of #469CEB
Complementary color
Monochromatic Colors of #469CEB
Black with #469CEB
Text Example
Text Example
White with #469CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CEB; }
p { color: rgb(70,156,235); }
H1.HeaderClassName
{
color: #469CEB;
}
.AnyTagClassName
{
color: #469CEB;
}
</style>
background-color css
<style>
a { background-color: #469CEB; }
a { background-color: rgb(70,156,235); }
div.DivClassName
{
background-color: #469CEB;
}
.BgClassName
{
background-color: #469CEB;
}
</style>
border-color css
<style>
span { border-color: #469CEB; }
span { border-color: rgb(70,156,235); }
td.TdClassName
{
border-color: #469CEB;
}
.TagClassName
{
border-color: #469CEB;
}
</style>