Shades of Summer Sky #42CCF7
Tints of Summer Sky #42CCF7
RGB
CMYK
RGB Variations
Color information
#42CCF7 (or 0x42CCF7) is known color: Summer Sky. HEX triplet: 42, CC and F7. RGB value is (66,204,247). Sum of RGB (Red+Green+Blue) = 66+204+247=517 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.77% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #42CCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCF7 is #BD3308. Grayscale: #A7A7A7. Windows color (decimal): -12399369 or 16239682. OLE color: 16239682.
HSL color Cylindrical-coordinate representation of color #42CCF7: hue angle of 194.25º 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 #42CCF7 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 204 | 247 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.03 |
| HSL | 194.25º | 0.92% | 0.61% | - |
| HSV(B) | 194.25º | 0.73% | 0.97% | - |
| XYZ | 40.63 | 51.06 | 95.71 | - |
| YUV | 167.64 | 172.78 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 247 | 0.73 | 0.17 | 0 | 0.03 | 194.25 | 0.92 | 0.61 |
| Hex | 42 | CC | F7 | 49 | 11 | 0 | 3 | C2 | 5C | 3D |
| Octal | 102 | 314 | 367 | 111 | 21 | 0 | 3 | 302 | 134 | 75 |
| Binary | 1000010 | 11001100 | 11110111 | 1001001 | 10001 | 0 | 11 | 11000010 | 1011100 | 111101 |
Color Harmonies of #42CCF7
Complementary color
Monochromatic Colors of #42CCF7
Black with #42CCF7
Text Example
Text Example
White with #42CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCF7; }
p { color: rgb(66,204,247); }
H1.HeaderClassName
{
color: #42CCF7;
}
.AnyTagClassName
{
color: #42CCF7;
}
</style>
background-color css
<style>
a { background-color: #42CCF7; }
a { background-color: rgb(66,204,247); }
div.DivClassName
{
background-color: #42CCF7;
}
.BgClassName
{
background-color: #42CCF7;
}
</style>
border-color css
<style>
span { border-color: #42CCF7; }
span { border-color: rgb(66,204,247); }
td.TdClassName
{
border-color: #42CCF7;
}
.TagClassName
{
border-color: #42CCF7;
}
</style>