Shades of Summer Sky #42A8F1
Tints of Summer Sky #42A8F1
RGB
CMYK
RGB Variations
Color information
#42A8F1 (or 0x42A8F1) is known color: Summer Sky. HEX triplet: 42, A8 and F1. RGB value is (66,168,241). Sum of RGB (Red+Green+Blue) = 66+168+241=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #42A8F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A8F1 is #BD570E. Grayscale: #919191. Windows color (decimal): -12408591 or 15837250. OLE color: 15837250.
HSL color Cylindrical-coordinate representation of color #42A8F1: hue angle of 205.03º 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 #42A8F1 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 168 | 241 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.05 |
| HSL | 205.03º | 0.86% | 0.6% | - |
| HSV(B) | 205.03º | 0.73% | 0.95% | - |
| XYZ | 32.13 | 35.51 | 88.38 | - |
| YUV | 145.82 | 181.71 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 241 | 0.73 | 0.30 | 0 | 0.05 | 205.03 | 0.86 | 0.6 |
| Hex | 42 | A8 | F1 | 49 | 1E | 0 | 5 | CD | 56 | 3C |
| Octal | 102 | 250 | 361 | 111 | 36 | 0 | 5 | 315 | 126 | 74 |
| Binary | 1000010 | 10101000 | 11110001 | 1001001 | 11110 | 0 | 101 | 11001101 | 1010110 | 111100 |
Color Harmonies of #42A8F1
Complementary color
Monochromatic Colors of #42A8F1
Black with #42A8F1
Text Example
Text Example
White with #42A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8F1; }
p { color: rgb(66,168,241); }
H1.HeaderClassName
{
color: #42A8F1;
}
.AnyTagClassName
{
color: #42A8F1;
}
</style>
background-color css
<style>
a { background-color: #42A8F1; }
a { background-color: rgb(66,168,241); }
div.DivClassName
{
background-color: #42A8F1;
}
.BgClassName
{
background-color: #42A8F1;
}
</style>
border-color css
<style>
span { border-color: #42A8F1; }
span { border-color: rgb(66,168,241); }
td.TdClassName
{
border-color: #42A8F1;
}
.TagClassName
{
border-color: #42A8F1;
}
</style>