Shades of Summer Sky #42A4F8
Tints of Summer Sky #42A4F8
RGB
CMYK
RGB Variations
Color information
#42A4F8 (or 0x42A4F8) is known color: Summer Sky. HEX triplet: 42, A4 and F8. RGB value is (66,164,248). Sum of RGB (Red+Green+Blue) = 66+164+248=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #42A4F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A4F8 is #BD5B07. Grayscale: #8F8F8F. Windows color (decimal): -12409608 or 16294978. OLE color: 16294978.
HSL color Cylindrical-coordinate representation of color #42A4F8: hue angle of 207.69º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42A4F8 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 164 | 248 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.03 |
| HSL | 207.69º | 0.93% | 0.62% | - |
| HSV(B) | 207.69º | 0.73% | 0.97% | - |
| XYZ | 32.47 | 34.49 | 93.75 | - |
| YUV | 144.27 | 186.53 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 248 | 0.73 | 0.34 | 0 | 0.03 | 207.69 | 0.93 | 0.62 |
| Hex | 42 | A4 | F8 | 49 | 22 | 0 | 3 | D0 | 5D | 3E |
| Octal | 102 | 244 | 370 | 111 | 42 | 0 | 3 | 320 | 135 | 76 |
| Binary | 1000010 | 10100100 | 11111000 | 1001001 | 100010 | 0 | 11 | 11010000 | 1011101 | 111110 |
Color Harmonies of #42A4F8
Complementary color
Monochromatic Colors of #42A4F8
Black with #42A4F8
Text Example
Text Example
White with #42A4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A4F8; }
p { color: rgb(66,164,248); }
H1.HeaderClassName
{
color: #42A4F8;
}
.AnyTagClassName
{
color: #42A4F8;
}
</style>
background-color css
<style>
a { background-color: #42A4F8; }
a { background-color: rgb(66,164,248); }
div.DivClassName
{
background-color: #42A4F8;
}
.BgClassName
{
background-color: #42A4F8;
}
</style>
border-color css
<style>
span { border-color: #42A4F8; }
span { border-color: rgb(66,164,248); }
td.TdClassName
{
border-color: #42A4F8;
}
.TagClassName
{
border-color: #42A4F8;
}
</style>