Shades of Summer Sky #42AEF1
Tints of Summer Sky #42AEF1
RGB
CMYK
RGB Variations
Color information
#42AEF1 (or 0x42AEF1) is known color: Summer Sky. HEX triplet: 42, AE and F1. RGB value is (66,174,241). Sum of RGB (Red+Green+Blue) = 66+174+241=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #42AEF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEF1 is #BD510E. Grayscale: #949494. Windows color (decimal): -12407055 or 15838786. OLE color: 15838786.
HSL color Cylindrical-coordinate representation of color #42AEF1: hue angle of 202.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AEF1 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 174 | 241 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.05 |
| HSL | 202.97º | 0.86% | 0.6% | - |
| HSV(B) | 202.97º | 0.73% | 0.95% | - |
| XYZ | 33.26 | 37.78 | 88.76 | - |
| YUV | 149.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 241 | 0.73 | 0.28 | 0 | 0.05 | 202.97 | 0.86 | 0.6 |
| Hex | 42 | AE | F1 | 49 | 1C | 0 | 5 | CB | 56 | 3C |
| Octal | 102 | 256 | 361 | 111 | 34 | 0 | 5 | 313 | 126 | 74 |
| Binary | 1000010 | 10101110 | 11110001 | 1001001 | 11100 | 0 | 101 | 11001011 | 1010110 | 111100 |
Color Harmonies of #42AEF1
Complementary color
Monochromatic Colors of #42AEF1
Black with #42AEF1
Text Example
Text Example
White with #42AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEF1; }
p { color: rgb(66,174,241); }
H1.HeaderClassName
{
color: #42AEF1;
}
.AnyTagClassName
{
color: #42AEF1;
}
</style>
background-color css
<style>
a { background-color: #42AEF1; }
a { background-color: rgb(66,174,241); }
div.DivClassName
{
background-color: #42AEF1;
}
.BgClassName
{
background-color: #42AEF1;
}
</style>
border-color css
<style>
span { border-color: #42AEF1; }
span { border-color: rgb(66,174,241); }
td.TdClassName
{
border-color: #42AEF1;
}
.TagClassName
{
border-color: #42AEF1;
}
</style>