Shades of Summer Sky #42C0F9
Tints of Summer Sky #42C0F9
RGB
CMYK
RGB Variations
Color information
#42C0F9 (or 0x42C0F9) is known color: Summer Sky. HEX triplet: 42, C0 and F9. RGB value is (66,192,249). Sum of RGB (Red+Green+Blue) = 66+192+249=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #42C0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C0F9 is #BD3F06. Grayscale: #A0A0A0. Windows color (decimal): -12402439 or 16367682. OLE color: 16367682.
HSL color Cylindrical-coordinate representation of color #42C0F9: hue angle of 198.69º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42C0F9 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 192 | 249 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.02 |
| HSL | 198.69º | 0.94% | 0.62% | - |
| HSV(B) | 198.69º | 0.73% | 0.98% | - |
| XYZ | 38.2 | 45.7 | 96.43 | - |
| YUV | 160.82 | 177.76 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 249 | 0.73 | 0.23 | 0 | 0.02 | 198.69 | 0.94 | 0.62 |
| Hex | 42 | C0 | F9 | 49 | 17 | 0 | 2 | C7 | 5E | 3E |
| Octal | 102 | 300 | 371 | 111 | 27 | 0 | 2 | 307 | 136 | 76 |
| Binary | 1000010 | 11000000 | 11111001 | 1001001 | 10111 | 0 | 10 | 11000111 | 1011110 | 111110 |
Color Harmonies of #42C0F9
Complementary color
Monochromatic Colors of #42C0F9
Black with #42C0F9
Text Example
Text Example
White with #42C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0F9; }
p { color: rgb(66,192,249); }
H1.HeaderClassName
{
color: #42C0F9;
}
.AnyTagClassName
{
color: #42C0F9;
}
</style>
background-color css
<style>
a { background-color: #42C0F9; }
a { background-color: rgb(66,192,249); }
div.DivClassName
{
background-color: #42C0F9;
}
.BgClassName
{
background-color: #42C0F9;
}
</style>
border-color css
<style>
span { border-color: #42C0F9; }
span { border-color: rgb(66,192,249); }
td.TdClassName
{
border-color: #42C0F9;
}
.TagClassName
{
border-color: #42C0F9;
}
</style>