Shades of Summer Sky #42A7FE
Tints of Summer Sky #42A7FE
RGB
CMYK
RGB Variations
Color information
#42A7FE (or 0x42A7FE) is known color: Summer Sky. HEX triplet: 42, A7 and FE. RGB value is (66,167,254). Sum of RGB (Red+Green+Blue) = 66+167+254=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #42A7FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A7FE is #BD5801. Grayscale: #929292. Windows color (decimal): -12408834 or 16688962. OLE color: 16688962.
HSL color Cylindrical-coordinate representation of color #42A7FE: hue angle of 207.77º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A7FE is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 167 | 254 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.00 |
| HSL | 207.77º | 0.99% | 0.63% | - |
| HSV(B) | 207.77º | 0.74% | 1% | - |
| XYZ | 33.95 | 35.95 | 98.92 | - |
| YUV | 146.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 167 | 254 | 0.74 | 0.34 | 0 | 0.00 | 207.77 | 0.99 | 0.63 |
| Hex | 42 | A7 | FE | 4A | 22 | 0 | 0 | D0 | 63 | 3F |
| Octal | 102 | 247 | 376 | 112 | 42 | 0 | 0 | 320 | 143 | 77 |
| Binary | 1000010 | 10100111 | 11111110 | 1001010 | 100010 | 0 | 0 | 11010000 | 1100011 | 111111 |
Color Harmonies of #42A7FE
Complementary color
Monochromatic Colors of #42A7FE
Black with #42A7FE
Text Example
Text Example
White with #42A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A7FE; }
p { color: rgb(66,167,254); }
H1.HeaderClassName
{
color: #42A7FE;
}
.AnyTagClassName
{
color: #42A7FE;
}
</style>
background-color css
<style>
a { background-color: #42A7FE; }
a { background-color: rgb(66,167,254); }
div.DivClassName
{
background-color: #42A7FE;
}
.BgClassName
{
background-color: #42A7FE;
}
</style>
border-color css
<style>
span { border-color: #42A7FE; }
span { border-color: rgb(66,167,254); }
td.TdClassName
{
border-color: #42A7FE;
}
.TagClassName
{
border-color: #42A7FE;
}
</style>