Shades of Summer Sky #42A6FD
Tints of Summer Sky #42A6FD
RGB
CMYK
RGB Variations
Color information
#42A6FD (or 0x42A6FD) is known color: Summer Sky. HEX triplet: 42, A6 and FD. RGB value is (66,166,253). Sum of RGB (Red+Green+Blue) = 66+166+253=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #42A6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A6FD is #BD5902. Grayscale: #919191. Windows color (decimal): -12409091 or 16623170. OLE color: 16623170.
HSL color Cylindrical-coordinate representation of color #42A6FD: hue angle of 207.91º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A6FD is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 166 | 253 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.01 |
| HSL | 207.91º | 0.98% | 0.63% | - |
| HSV(B) | 207.91º | 0.74% | 0.99% | - |
| XYZ | 33.61 | 35.52 | 98.01 | - |
| YUV | 146.02 | 188.37 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 166 | 253 | 0.74 | 0.34 | 0 | 0.01 | 207.91 | 0.98 | 0.63 |
| Hex | 42 | A6 | FD | 4A | 22 | 0 | 1 | D0 | 62 | 3F |
| Octal | 102 | 246 | 375 | 112 | 42 | 0 | 1 | 320 | 142 | 77 |
| Binary | 1000010 | 10100110 | 11111101 | 1001010 | 100010 | 0 | 1 | 11010000 | 1100010 | 111111 |
Color Harmonies of #42A6FD
Complementary color
Monochromatic Colors of #42A6FD
Black with #42A6FD
Text Example
Text Example
White with #42A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A6FD; }
p { color: rgb(66,166,253); }
H1.HeaderClassName
{
color: #42A6FD;
}
.AnyTagClassName
{
color: #42A6FD;
}
</style>
background-color css
<style>
a { background-color: #42A6FD; }
a { background-color: rgb(66,166,253); }
div.DivClassName
{
background-color: #42A6FD;
}
.BgClassName
{
background-color: #42A6FD;
}
</style>
border-color css
<style>
span { border-color: #42A6FD; }
span { border-color: rgb(66,166,253); }
td.TdClassName
{
border-color: #42A6FD;
}
.TagClassName
{
border-color: #42A6FD;
}
</style>