Shades of Summer Sky #42CFF6
Tints of Summer Sky #42CFF6
RGB
CMYK
RGB Variations
Color information
#42CFF6 (or 0x42CFF6) is known color: Summer Sky. HEX triplet: 42, CF and F6. RGB value is (66,207,246). Sum of RGB (Red+Green+Blue) = 66+207+246=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #42CFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFF6 is #BD3009. Grayscale: #A8A8A8. Windows color (decimal): -12398602 or 16174914. OLE color: 16174914.
HSL color Cylindrical-coordinate representation of color #42CFF6: hue angle of 193º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CFF6 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 207 | 246 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.04 |
| HSL | 193º | 0.91% | 0.61% | - |
| HSV(B) | 193º | 0.73% | 0.96% | - |
| XYZ | 41.19 | 52.44 | 95.14 | - |
| YUV | 169.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 246 | 0.73 | 0.16 | 0 | 0.04 | 193 | 0.91 | 0.61 |
| Hex | 42 | CF | F6 | 49 | 10 | 0 | 4 | C1 | 5B | 3D |
| Octal | 102 | 317 | 366 | 111 | 20 | 0 | 4 | 301 | 133 | 75 |
| Binary | 1000010 | 11001111 | 11110110 | 1001001 | 10000 | 0 | 100 | 11000001 | 1011011 | 111101 |
Color Harmonies of #42CFF6
Complementary color
Monochromatic Colors of #42CFF6
Black with #42CFF6
Text Example
Text Example
White with #42CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFF6; }
p { color: rgb(66,207,246); }
H1.HeaderClassName
{
color: #42CFF6;
}
.AnyTagClassName
{
color: #42CFF6;
}
</style>
background-color css
<style>
a { background-color: #42CFF6; }
a { background-color: rgb(66,207,246); }
div.DivClassName
{
background-color: #42CFF6;
}
.BgClassName
{
background-color: #42CFF6;
}
</style>
border-color css
<style>
span { border-color: #42CFF6; }
span { border-color: rgb(66,207,246); }
td.TdClassName
{
border-color: #42CFF6;
}
.TagClassName
{
border-color: #42CFF6;
}
</style>