Shades of Summer Sky #42C7FA
Tints of Summer Sky #42C7FA
RGB
CMYK
RGB Variations
Color information
#42C7FA (or 0x42C7FA) is known color: Summer Sky. HEX triplet: 42, C7 and FA. RGB value is (66,199,250). Sum of RGB (Red+Green+Blue) = 66+199+250=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #42C7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C7FA is #BD3805. Grayscale: #A4A4A4. Windows color (decimal): -12400646 or 16435010. OLE color: 16435010.
HSL color Cylindrical-coordinate representation of color #42C7FA: hue angle of 196.63º degrees, saturation: 0.95, 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 #42C7FA is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 199 | 250 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.02 |
| HSL | 196.63º | 0.95% | 0.62% | - |
| HSV(B) | 196.63º | 0.74% | 0.98% | - |
| XYZ | 39.93 | 48.91 | 97.78 | - |
| YUV | 165.05 | 175.94 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 199 | 250 | 0.74 | 0.20 | 0 | 0.02 | 196.63 | 0.95 | 0.62 |
| Hex | 42 | C7 | FA | 4A | 14 | 0 | 2 | C5 | 5F | 3E |
| Octal | 102 | 307 | 372 | 112 | 24 | 0 | 2 | 305 | 137 | 76 |
| Binary | 1000010 | 11000111 | 11111010 | 1001010 | 10100 | 0 | 10 | 11000101 | 1011111 | 111110 |
Color Harmonies of #42C7FA
Complementary color
Monochromatic Colors of #42C7FA
Black with #42C7FA
Text Example
Text Example
White with #42C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C7FA; }
p { color: rgb(66,199,250); }
H1.HeaderClassName
{
color: #42C7FA;
}
.AnyTagClassName
{
color: #42C7FA;
}
</style>
background-color css
<style>
a { background-color: #42C7FA; }
a { background-color: rgb(66,199,250); }
div.DivClassName
{
background-color: #42C7FA;
}
.BgClassName
{
background-color: #42C7FA;
}
</style>
border-color css
<style>
span { border-color: #42C7FA; }
span { border-color: rgb(66,199,250); }
td.TdClassName
{
border-color: #42C7FA;
}
.TagClassName
{
border-color: #42C7FA;
}
</style>