Shades of Summer Sky #42A8FB
Tints of Summer Sky #42A8FB
RGB
CMYK
RGB Variations
Color information
#42A8FB (or 0x42A8FB) is known color: Summer Sky. HEX triplet: 42, A8 and FB. RGB value is (66,168,251). Sum of RGB (Red+Green+Blue) = 66+168+251=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #42A8FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A8FB is #BD5704. Grayscale: #929292. Windows color (decimal): -12408581 or 16492610. OLE color: 16492610.
HSL color Cylindrical-coordinate representation of color #42A8FB: hue angle of 206.92º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A8FB is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 168 | 251 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.02 |
| HSL | 206.92º | 0.96% | 0.62% | - |
| HSV(B) | 206.92º | 0.74% | 0.98% | - |
| XYZ | 33.66 | 36.13 | 96.47 | - |
| YUV | 146.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 251 | 0.74 | 0.33 | 0 | 0.02 | 206.92 | 0.96 | 0.62 |
| Hex | 42 | A8 | FB | 4A | 21 | 0 | 2 | CF | 60 | 3E |
| Octal | 102 | 250 | 373 | 112 | 41 | 0 | 2 | 317 | 140 | 76 |
| Binary | 1000010 | 10101000 | 11111011 | 1001010 | 100001 | 0 | 10 | 11001111 | 1100000 | 111110 |
Color Harmonies of #42A8FB
Complementary color
Monochromatic Colors of #42A8FB
Black with #42A8FB
Text Example
Text Example
White with #42A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8FB; }
p { color: rgb(66,168,251); }
H1.HeaderClassName
{
color: #42A8FB;
}
.AnyTagClassName
{
color: #42A8FB;
}
</style>
background-color css
<style>
a { background-color: #42A8FB; }
a { background-color: rgb(66,168,251); }
div.DivClassName
{
background-color: #42A8FB;
}
.BgClassName
{
background-color: #42A8FB;
}
</style>
border-color css
<style>
span { border-color: #42A8FB; }
span { border-color: rgb(66,168,251); }
td.TdClassName
{
border-color: #42A8FB;
}
.TagClassName
{
border-color: #42A8FB;
}
</style>