Shades of Summer Sky #42BFF7
Tints of Summer Sky #42BFF7
RGB
CMYK
RGB Variations
Color information
#42BFF7 (or 0x42BFF7) is known color: Summer Sky. HEX triplet: 42, BF and F7. RGB value is (66,191,247). Sum of RGB (Red+Green+Blue) = 66+191+247=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #42BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFF7 is #BD4008. Grayscale: #9F9F9F. Windows color (decimal): -12402697 or 16236354. OLE color: 16236354.
HSL color Cylindrical-coordinate representation of color #42BFF7: hue angle of 198.56º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BFF7 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 191 | 247 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.03 |
| HSL | 198.56º | 0.92% | 0.61% | - |
| HSV(B) | 198.56º | 0.73% | 0.97% | - |
| XYZ | 37.67 | 45.14 | 94.72 | - |
| YUV | 160.01 | 177.09 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 247 | 0.73 | 0.23 | 0 | 0.03 | 198.56 | 0.92 | 0.61 |
| Hex | 42 | BF | F7 | 49 | 17 | 0 | 3 | C7 | 5C | 3D |
| Octal | 102 | 277 | 367 | 111 | 27 | 0 | 3 | 307 | 134 | 75 |
| Binary | 1000010 | 10111111 | 11110111 | 1001001 | 10111 | 0 | 11 | 11000111 | 1011100 | 111101 |
Color Harmonies of #42BFF7
Complementary color
Monochromatic Colors of #42BFF7
Black with #42BFF7
Text Example
Text Example
White with #42BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFF7; }
p { color: rgb(66,191,247); }
H1.HeaderClassName
{
color: #42BFF7;
}
.AnyTagClassName
{
color: #42BFF7;
}
</style>
background-color css
<style>
a { background-color: #42BFF7; }
a { background-color: rgb(66,191,247); }
div.DivClassName
{
background-color: #42BFF7;
}
.BgClassName
{
background-color: #42BFF7;
}
</style>
border-color css
<style>
span { border-color: #42BFF7; }
span { border-color: rgb(66,191,247); }
td.TdClassName
{
border-color: #42BFF7;
}
.TagClassName
{
border-color: #42BFF7;
}
</style>