Shades of Summer Sky #4296EA
Tints of Summer Sky #4296EA
RGB
CMYK
RGB Variations
Color information
#4296EA (or 0x4296EA) is known color: Summer Sky. HEX triplet: 42, 96 and EA. RGB value is (66,150,234). Sum of RGB (Red+Green+Blue) = 66+150+234=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #4296EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4296EA is #BD6915. Grayscale: #868686. Windows color (decimal): -12413206 or 15373890. OLE color: 15373890.
HSL color Cylindrical-coordinate representation of color #4296EA: hue angle of 210º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4296EA is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 150 | 234 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.08 |
| HSL | 210º | 0.8% | 0.59% | - |
| HSV(B) | 210º | 0.72% | 0.92% | - |
| XYZ | 28 | 28.91 | 81.95 | - |
| YUV | 134.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 234 | 0.72 | 0.36 | 0 | 0.08 | 210 | 0.8 | 0.59 |
| Hex | 42 | 96 | EA | 48 | 24 | 0 | 8 | D2 | 50 | 3B |
| Octal | 102 | 226 | 352 | 110 | 44 | 0 | 10 | 322 | 120 | 73 |
| Binary | 1000010 | 10010110 | 11101010 | 1001000 | 100100 | 0 | 1000 | 11010010 | 1010000 | 111011 |
Color Harmonies of #4296EA
Complementary color
Monochromatic Colors of #4296EA
Black with #4296EA
Text Example
Text Example
White with #4296EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296EA; }
p { color: rgb(66,150,234); }
H1.HeaderClassName
{
color: #4296EA;
}
.AnyTagClassName
{
color: #4296EA;
}
</style>
background-color css
<style>
a { background-color: #4296EA; }
a { background-color: rgb(66,150,234); }
div.DivClassName
{
background-color: #4296EA;
}
.BgClassName
{
background-color: #4296EA;
}
</style>
border-color css
<style>
span { border-color: #4296EA; }
span { border-color: rgb(66,150,234); }
td.TdClassName
{
border-color: #4296EA;
}
.TagClassName
{
border-color: #4296EA;
}
</style>