Shades of Summer Sky #42B7F8
Tints of Summer Sky #42B7F8
RGB
CMYK
RGB Variations
Color information
#42B7F8 (or 0x42B7F8) is known color: Summer Sky. HEX triplet: 42, B7 and F8. RGB value is (66,183,248). Sum of RGB (Red+Green+Blue) = 66+183+248=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #42B7F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B7F8 is #BD4807. Grayscale: #9B9B9B. Windows color (decimal): -12404744 or 16299842. OLE color: 16299842.
HSL color Cylindrical-coordinate representation of color #42B7F8: hue angle of 201.43º 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 #42B7F8 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 183 | 248 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.03 |
| HSL | 201.43º | 0.93% | 0.62% | - |
| HSV(B) | 201.43º | 0.73% | 0.97% | - |
| XYZ | 36.12 | 41.8 | 94.97 | - |
| YUV | 155.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 248 | 0.73 | 0.26 | 0 | 0.03 | 201.43 | 0.93 | 0.62 |
| Hex | 42 | B7 | F8 | 49 | 1A | 0 | 3 | C9 | 5D | 3E |
| Octal | 102 | 267 | 370 | 111 | 32 | 0 | 3 | 311 | 135 | 76 |
| Binary | 1000010 | 10110111 | 11111000 | 1001001 | 11010 | 0 | 11 | 11001001 | 1011101 | 111110 |
Color Harmonies of #42B7F8
Complementary color
Monochromatic Colors of #42B7F8
Black with #42B7F8
Text Example
Text Example
White with #42B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B7F8; }
p { color: rgb(66,183,248); }
H1.HeaderClassName
{
color: #42B7F8;
}
.AnyTagClassName
{
color: #42B7F8;
}
</style>
background-color css
<style>
a { background-color: #42B7F8; }
a { background-color: rgb(66,183,248); }
div.DivClassName
{
background-color: #42B7F8;
}
.BgClassName
{
background-color: #42B7F8;
}
</style>
border-color css
<style>
span { border-color: #42B7F8; }
span { border-color: rgb(66,183,248); }
td.TdClassName
{
border-color: #42B7F8;
}
.TagClassName
{
border-color: #42B7F8;
}
</style>