Shades of Summer Sky #42BFF8
Tints of Summer Sky #42BFF8
RGB
CMYK
RGB Variations
Color information
#42BFF8 (or 0x42BFF8) is known color: Summer Sky. HEX triplet: 42, BF and F8. RGB value is (66,191,248). Sum of RGB (Red+Green+Blue) = 66+191+248=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #42BFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFF8 is #BD4007. Grayscale: #9F9F9F. Windows color (decimal): -12402696 or 16301890. OLE color: 16301890.
HSL color Cylindrical-coordinate representation of color #42BFF8: hue angle of 198.79º 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 #42BFF8 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 191 | 248 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.03 |
| HSL | 198.79º | 0.93% | 0.62% | - |
| HSV(B) | 198.79º | 0.73% | 0.97% | - |
| XYZ | 37.82 | 45.2 | 95.54 | - |
| YUV | 160.12 | 177.59 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 248 | 0.73 | 0.23 | 0 | 0.03 | 198.79 | 0.93 | 0.62 |
| Hex | 42 | BF | F8 | 49 | 17 | 0 | 3 | C7 | 5D | 3E |
| Octal | 102 | 277 | 370 | 111 | 27 | 0 | 3 | 307 | 135 | 76 |
| Binary | 1000010 | 10111111 | 11111000 | 1001001 | 10111 | 0 | 11 | 11000111 | 1011101 | 111110 |
Color Harmonies of #42BFF8
Complementary color
Monochromatic Colors of #42BFF8
Black with #42BFF8
Text Example
Text Example
White with #42BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFF8; }
p { color: rgb(66,191,248); }
H1.HeaderClassName
{
color: #42BFF8;
}
.AnyTagClassName
{
color: #42BFF8;
}
</style>
background-color css
<style>
a { background-color: #42BFF8; }
a { background-color: rgb(66,191,248); }
div.DivClassName
{
background-color: #42BFF8;
}
.BgClassName
{
background-color: #42BFF8;
}
</style>
border-color css
<style>
span { border-color: #42BFF8; }
span { border-color: rgb(66,191,248); }
td.TdClassName
{
border-color: #42BFF8;
}
.TagClassName
{
border-color: #42BFF8;
}
</style>