Shades of Summer Sky #42CFF1
Tints of Summer Sky #42CFF1
RGB
CMYK
RGB Variations
Color information
#42CFF1 (or 0x42CFF1) is known color: Summer Sky. HEX triplet: 42, CF and F1. RGB value is (66,207,241). Sum of RGB (Red+Green+Blue) = 66+207+241=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #42CFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFF1 is #BD300E. Grayscale: #A8A8A8. Windows color (decimal): -12398607 or 15847234. OLE color: 15847234.
HSL color Cylindrical-coordinate representation of color #42CFF1: hue angle of 191.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CFF1 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 207 | 241 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.05 |
| HSL | 191.66º | 0.86% | 0.6% | - |
| HSV(B) | 191.66º | 0.73% | 0.95% | - |
| XYZ | 40.44 | 52.13 | 91.15 | - |
| YUV | 168.72 | 168.79 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 241 | 0.73 | 0.14 | 0 | 0.05 | 191.66 | 0.86 | 0.6 |
| Hex | 42 | CF | F1 | 49 | E | 0 | 5 | C0 | 56 | 3C |
| Octal | 102 | 317 | 361 | 111 | 16 | 0 | 5 | 300 | 126 | 74 |
| Binary | 1000010 | 11001111 | 11110001 | 1001001 | 1110 | 0 | 101 | 11000000 | 1010110 | 111100 |
Color Harmonies of #42CFF1
Complementary color
Monochromatic Colors of #42CFF1
Black with #42CFF1
Text Example
Text Example
White with #42CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFF1; }
p { color: rgb(66,207,241); }
H1.HeaderClassName
{
color: #42CFF1;
}
.AnyTagClassName
{
color: #42CFF1;
}
</style>
background-color css
<style>
a { background-color: #42CFF1; }
a { background-color: rgb(66,207,241); }
div.DivClassName
{
background-color: #42CFF1;
}
.BgClassName
{
background-color: #42CFF1;
}
</style>
border-color css
<style>
span { border-color: #42CFF1; }
span { border-color: rgb(66,207,241); }
td.TdClassName
{
border-color: #42CFF1;
}
.TagClassName
{
border-color: #42CFF1;
}
</style>